Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
isaxk committed Aug 21, 2024
1 parent b907d4d commit 5133f90
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 @@ -16,7 +16,7 @@
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:unpack": "npm run build && electron-builder --dir",
"build:win": "npm run build && electron-builder --win",
"build:win": "npm run build && electron-builder --win --x64",
"build:mac": "npm run build && electron-builder --mac --universal",
"build:linux": "npm run build && electron-builder --linux"
},
Expand Down

0 comments on commit 5133f90

Please sign in to comment.