Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t authored Nov 23, 2024
1 parent 5fd858e commit 6e52149
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 @@ -21,7 +21,7 @@
"build:svelte": "vite build",
"build:electron": "electron-builder -mwl --config build.config.json",
"build:win-x64": "cross-env NODE_ENV=production vite build && electron-builder --win --x64 --config build.config.json -p always",
"build:mac-arm64": "cross-env NODE_ENV=production vite build && electron-builder --mac --universal --config build.config.json -p always",
"build:mac-arm64": "cross-env NODE_ENV=production vite build && electron-builder --mac --arm64 --config build.config.json -p always",
"build:mac-x64": "cross-env NODE_ENV=production vite build && electron-builder --mac --x64 --config build.config.json -p always",
"build:linux-x64": "cross-env NODE_ENV=production vite build && electron-builder --linux --x64 --config build.config.json -p always",
"publish:mac-intel": "cross-env NODE_ENV=production vite build && electron-builder --mac --x64 --config build.config.json -p always"
Expand Down

0 comments on commit 6e52149

Please sign in to comment.