Skip to content

Commit

Permalink
win32
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Feb 5, 2024
1 parent 637c1da commit d30bea0
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 @@ -12,7 +12,8 @@
"publish": "electron-forge publish --arch=x64 --platform",
"lint": "eslint --ext .ts,.tsx .",
"darwin": "yarn package && yarn make darwin && npm run publish darwin",
"linux": "yarn package && yarn make linux && npm run publish linux"
"linux": "yarn package && yarn make linux && npm run publish linux",
"win": "yarn package && yarn make win32 && npm run publish win32"
},
"keywords": [],
"author": {
Expand Down

0 comments on commit d30bea0

Please sign in to comment.