develar / app-builder

Generic helper tool to build app in a distributable format
MIT License
117 stars 61 forks source link

error: run rcedit-ia32.exe in wine x64 #25

Open meteor199 opened 4 years ago

meteor199 commented 4 years ago

error image

image

environment node: 12.14
wine: wine-4.0.3 linux: redhat 7.3

recurrence

git clone https://github.com/electron/electron-quick-start demo
cd demo
yarn
yarn add -D electron-builder

then add build :"electron-builder --win --dir --ia32" to scripts then run npm run build

mayongze commented 4 years ago

Centos 7.x USES 64-bit wine by default, and we hope to support the use of wine64.