SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.47k stars 1.54k forks source link

How to build app for win32 with electron-vue #1098

Open himalay34 opened 3 years ago

himalay34 commented 3 years ago

at first thanks for the nice template to create electron app.

I made an app with this template, which runs smoothly . and i build an app with npm run build.after build,apps works fine. but while trying the app in different computer (32bit) ,it stucks.app cant run on this computer.

my development Laptop: image

Nodejs Version: 14
electron: ^11.2.1
electron-builder: ^20.19.2,

i tried google to find solution,but failed.

i tried with:

image

with this , app builds successfully but app did not run on win32 bit pc.

any help will save me from the hell.

Thanks in advance. ❤️