File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
"bugs" : " https://github.com/electron-userland/electron-builder/issues" ,
60
60
"homepage" : " https://github.com/electron-userland/electron-builder" ,
61
61
"dependencies" : {
62
- "7zip-bin" : " ^1 .0.6 " ,
62
+ "7zip-bin" : " ^2 .0.1 " ,
63
63
"ansi-escapes" : " ^1.4.0" ,
64
64
"archiver" : " ^1.1.0" ,
65
65
"archiver-utils" : " ^1.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"build" : {
3
- "electronVersion" : " 1.3.2 " ,
3
+ "electronVersion" : " 1.3.5 " ,
4
4
"category" : " public.app-category.business"
5
5
}
6
6
}
Original file line number Diff line number Diff line change 8
8
"author" : " Foo Bar <foo@example.com>" ,
9
9
"license" : " MIT" ,
10
10
"build" : {
11
- "electronVersion" : " 1.3.2 " ,
11
+ "electronVersion" : " 1.3.5 " ,
12
12
"appId" : " org.electron-builder.testApp" ,
13
13
"category" : " your.app.category.type" ,
14
14
"iconUrl" : " https://raw.githubusercontent.com/szwacz/electron-boilerplate/master/resources/windows/icon.ico" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"build" : {
4
- "electronVersion" : " 1.3.2 " ,
4
+ "electronVersion" : " 1.3.5 " ,
5
5
"appId" : " org.electron-builder.testApp" ,
6
6
"category" : " your.app.category.type" ,
7
7
"iconUrl" : " https://raw.githubusercontent.com/szwacz/electron-boilerplate/master/resources/windows/icon.ico" ,
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ import * as path from "path"
2
2
import { tmpdir } from "os"
3
3
4
4
export const TEST_DIR = path . join ( tmpdir ( ) , `electron-builder-test-${ process . pid . toString ( 16 ) } ` )
5
- export const ELECTRON_VERSION = "1.3.2 "
5
+ export const ELECTRON_VERSION = "1.3.5 "
You can’t perform that action at this time.
0 commit comments