File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
"start" : " electron ." ,
9
9
"compile_win" : " electron-builder --win" ,
10
10
"compile_win2" : " electron-builder --win portable" ,
11
- "compile_mac" : " electron-packager . --platform=darwin" ,
12
- "compile_mac_2" : " electron-packager . --platform=mas" ,
13
- "compile_linux" : " electron-packager . --platform=linux"
11
+ "compile_mac" : " electron-packager . --platform=darwin --ignore=/dist " ,
12
+ "compile_mac_2" : " electron-packager . --platform=mas --ignore=/dist " ,
13
+ "compile_linux" : " electron-packager . --platform=linux --ignore=/dist "
14
14
},
15
15
"author" : " Rantouan Achmet" ,
16
16
"license" : " GPL-3.0" ,
20
20
"electron-packager" : " ^15.5.1"
21
21
},
22
22
"build" : {
23
- "files" : [
23
+ "files" : [
24
24
" !clippy-darwin-x64" ,
25
25
" !clippy-linux-x64" ,
26
26
" !clippy-mas-x64" ,
27
- " !clippy-darwin-x64.zip" ,
28
- " !clippy-linux-x64.zip" ,
29
- " !dist.zip"
27
+ " !clippy-darwin-x64.zip" ,
28
+ " !clippy-linux-x64.zip" ,
29
+ " !dist.zip"
30
30
]
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments