Skip to content

Commit

Permalink
arm
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Feb 16, 2024
1 parent 5020bd8 commit c77f839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish:arm": "electron-forge publish --arch=arm64 --platform",
"lint": "eslint --ext .ts,.tsx .",
"darwin": "yarn package && yarn make darwin && npm run publish darwin",
"darwin:arm64": "yarn package && yarn make:arm darwin && npm run publish:arm darwin",
"darwin:arm": "yarn package && yarn make:arm darwin && npm run publish:arm darwin",
"linux": "yarn package && yarn make linux && npm run publish linux",
"win": "yarn package && yarn make win32 && npm run publish win32"
},
Expand Down

0 comments on commit c77f839

Please sign in to comment.