Skip to content

Commit

Permalink
chore: update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed Feb 20, 2022
1 parent 3bf0c07 commit a1c9f3d
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 @@ -5,7 +5,9 @@
"main": "src/background.js",
"scripts": {
"dev": "electron src/background.js",
"dist": "electron-builder"
"dist": "electron-builder",
"dist:win": "electron-builder --win --ia32",
"dist:mac": "electron-builder --mac"
},
"build": {
"appId": "com.zhetengbiji.bb10.manager",
Expand Down

0 comments on commit a1c9f3d

Please sign in to comment.