Electron-builder how do you set it packaged as window 32 bit?
"build": {
"productName": "校朋",
"arch":"ia32",
"appId": "org.simulatedgreg.electron-vue",
"directories": {
"output": "build"
},
"files": [
"dist/electron/*/"
],
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
--ia32
Please see https://github.com/electron-userland/electron-builder/issues/1897#issuecomment-320454346
Closing due to inactivity. This is also not a direct issue with electron-vue and more information can be found in the official electron-builder documentation.
Most helpful comment
--ia32