Skip to content

Commit 941060d

Browse files
committed
👻 Foco - stable v1.0.0
1 parent a610030 commit 941060d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎package.json‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Foco",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"productName": "Foco",
55
"description": "Stay focused with Foco and boosts productivity 🚀 by creating perfect productive environment.",
66
"author": "Akash Nimare",
@@ -16,7 +16,9 @@
1616
"scripts": {
1717
"test": "standard",
1818
"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"
2022
},
2123
"keywords": [
2224
"electron",
@@ -33,6 +35,7 @@
3335
},
3436
"devDependencies": {
3537
"electron-packager": "^7.0.0",
38+
"electron-installer-dmg":"*",
3639
"electron": "1.3.3",
3740
"standard": "*"
3841
}

0 commit comments

Comments
 (0)