Skip to content

Commit

Permalink
Add commands for all platform
Browse files Browse the repository at this point in the history
  • Loading branch information
vimm0 committed Jun 5, 2023
1 parent 67dc680 commit 82d2921
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webdesk-de/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"scripts": {
"start": "electron .",
"dist": "electron-builder",
"pack:lin": "electron-packager . webdesk --platform=linux --arch=x64 -overwrite --prune=true --out=out"
"pack:mac": "electron-packager . Webdesk --platform=darwin --arch=x64 --overwrite --ignore=/out/ --prune=true --out=out",
"pack:lin": "electron-packager . Webdesk --platform=linux --arch=x64 -overwrite --ignore=/out/ --prune=true --out=out",
"pack:win": "electron-packager . Webdesk --platform=win32 --arch=ia32 --overwrite --ignore=/out/ --prune=true --out=out "
},
"author": "Sandesh Rana",
"license": "ISC",
Expand Down

0 comments on commit 82d2921

Please sign in to comment.