You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, a wonderful tool to wrap electron packaging! Really great for bootstrap an electron app for the first time.
Here is my environment:
Environment
Version
OS
MacOS Sierra
electron
1.4.3
electron-builder
12.0.3
electron-packager-tf
7.5.3
gulp
3.9.1
npm
4.1.2
When I'm doing bozon package windows it is by default generating for 64-bit machine and app is working fine. But I don't find a way to generate for 32-bit machine using bozon.
Is there any option available or am I missing something?
I went through the code and found a temporary workaround by changing
Hello. Happy new year. Anyone could help me on how to setup or package my bozon generated app NSIS installer to be compatible both simultaneously IA32 and x64? I know how to generate it using "electron-builder" but with "bozon package", I don't. Anyone could help please?
Thank you in advance.
I found a solution to build both 32bit(ia32) and 64bit(x64) installers for Windows. Here is a portion of my "package.json". You could remove one of them in the following config if you want only one of them.
First, a wonderful tool to wrap electron packaging! Really great for bootstrap an electron app for the first time.
Here is my environment:
When I'm doing
bozon package windows
it is by default generating for 64-bit machine and app is working fine. But I don't find a way to generate for 32-bit machine using bozon.Is there any option available or am I missing something?
I went through the code and found a temporary workaround by changing
to
here packager.js#L49
The text was updated successfully, but these errors were encountered: