File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Foco" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"productName" : " Foco" ,
5
5
"description" : " Stay focused with Foco and boosts productivity 🚀 by creating perfect productive environment." ,
6
6
"author" : " Akash Nimare" ,
16
16
"scripts" : {
17
17
"test" : " standard" ,
18
18
"start" : " electron ." ,
19
- "build:osx" : " electron-packager . Foco --out=dist --ignore=dist --app-version=$npm_package_version --prune --asar --icon=img/Icon.icns --overwrite --platform=darwin --arch=x64 && cd dist/Foco-darwin-x64 && zip -ryXq9 ../Foco-osx-${npm_package_version}.zip Foco.app"
19
+ "build:dmg" : " electron-installer-dmg ./dist/Foco-darwin-x64/Foco.app ./dist/Foco-$npm_package_version" ,
20
+ "clean" :" rm -Rf ./dist" ,
21
+ "build:osx" : " npm run clean && electron-packager . Foco --out=dist --ignore=dist --app-version=$npm_package_version --prune --asar --icon=img/Icon.icns --overwrite --platform=darwin --arch=x64 && cd dist/Foco-darwin-x64 && npm run build:dmg && zip -ryXq9 ../Foco-osx-${npm_package_version}.zip Foco.app"
20
22
},
21
23
"keywords" : [
22
24
" electron" ,
33
35
},
34
36
"devDependencies" : {
35
37
"electron-packager" : " ^7.0.0" ,
38
+ "electron-installer-dmg" :" *" ,
36
39
"electron" : " 1.3.3" ,
37
40
"standard" : " *"
38
41
}
You can’t perform that action at this time.
0 commit comments