Skip to content

Commit

Permalink
chore: add win32 target
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Oct 22, 2024
1 parent f2d7f4a commit c3db240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"postinstall": "",
"lint": "eslint . --quiet",
"dev": "wait-on http://localhost:3000 && cross-env NODE_ENV=development electron .",
"dist-win": "electron-builder --publish=never --x64 --win",
"dist-win": "electron-builder --publish=never --x64 --ia32 --win",
"dist-mac": "electron-builder --publish=never --mac",
"dist-mac:local": "electron-builder --publish=never --mac -c.mac.identity=null",
"dist-linux": "electron-builder --publish=never --x64 --linux",
Expand Down

0 comments on commit c3db240

Please sign in to comment.