Electron-vue: Electron-builder how do you set it packaged as window 32 bit?

Created on 11 Aug 2017  ·  3Comments  ·  Source: SimulatedGREG/electron-vue

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"
}
]
},

Most helpful comment

--ia32

All 3 comments

--ia32

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iwen-pengh picture iwen-pengh  ·  3Comments

simdax picture simdax  ·  3Comments

blackw212 picture blackw212  ·  3Comments

xiaomizhou66 picture xiaomizhou66  ·  3Comments

webrtcn picture webrtcn  ·  3Comments