Skip to content

Commit

Permalink
modify package
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra committed Mar 18, 2020
1 parent 4133f91 commit c839c1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"dist:all": "electron-builder -mwl"
"dist:win": "electron-builder -w",
"dist:linux": "electron-builder -l",
"dist:mac": "electron-builder -m"
},
"build": {
"appId": "xyz.ideh.redi-listener",
Expand Down

0 comments on commit c839c1d

Please sign in to comment.