Skip to content

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Mar 1, 2024
1 parent 9996e80 commit 6169af3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starskydesktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"test:ci": "npm run jest && npm run lint",
"test-ci": "npm run jest && npm run lint",
"windows": "npm run prod && electron-builder build --win --publish never",
"mac": "npm run prod && electron-builder build --mac --publish never",
"mac": "npm run prod && electron-builder build --mac --x64 --arm64 --publish never",
"macx64": "npm run prod && electron-builder build --mac --x64 --publish never",
"macarm64": "npm run prod && electron-builder build --mac --arm64 true --x64 false --publish never",
"macwindows": "npm run prod && echo prod-done && electron-builder build --mac zip --windows --publish never",
"linux": "npm run prod && electron-builder build --linux --publish never",
Expand Down

0 comments on commit 6169af3

Please sign in to comment.