Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yikuansun committed Oct 10, 2022
1 parent 013925d commit cabe399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"start": "electron .",
"build-win32": "electron-builder --windows",
"build-darwin": "electron-builder --mac",
"build-linux": "electron-builder --linux"
"build-linux": "electron-builder --linux",
"build-all": "electron-builder --mac --linux --windows"
},
"devDependencies": {
"electron": "^19.0.5",
Expand Down

0 comments on commit cabe399

Please sign in to comment.