Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Add windows build command
Browse files Browse the repository at this point in the history
  • Loading branch information
CenturionLC committed Aug 11, 2023
1 parent 79f750f commit 31d9030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"pack": "electron-builder --dir",
"predist": "npm run build",
"dist": "cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder",
"win": "electron-builder --win",
"postdist": "node scripts/cleanBuilds.js",
"format": "prettier --write \"src/**/**/*\" --write \"scripts/**/**/*\"",
"lint:electron": "eslint -c eslint.electron.json --ext .js,.ts src/electron",
Expand Down

0 comments on commit 31d9030

Please sign in to comment.