Skip to content

Commit

Permalink
32 bit windows RIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Mar 3, 2023
1 parent b43e936 commit 5b2cd9e
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 @@ -61,7 +61,7 @@
"build:linux-arm64": "bash -c 'scripts/electron-builder.sh --linux --arm64'",
"build:windows-ia32": "bash -c 'scripts/electron-builder.sh --windows --ia32'",
"build:windows-x64": "bash -c 'scripts/electron-builder.sh --windows --x64'",
"build:windows": "bash -c 'scripts/electron-builder.sh --windows --x64 --ia32'",
"build:windows": "bash -c 'scripts/electron-builder.sh --windows --x64'",
"start": "./bin/gsender",
"start-electron": "electron ./dist/gsender/main",
"watch-dev": "cross-env NODE_ENV=development webpack-cli --watch --config webpack.config.server.development.js",
Expand Down

0 comments on commit 5b2cd9e

Please sign in to comment.