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
I agree to follow the code of conduct that this project follows, as appropriate.
I have searched the issue tracker for an issue that matches the one I want to file, without success.
Please describe your issue:
I tried to build https://github.com/felixrieseberg/windows95, and the content of forge.config.js#L30 is "setupExe: windows95-${package.version}-setup-${process.arch}.exe", And I run electron-forge make --arch=ia32,x64 on my Windows 10 64bit. the files generated are
Please describe your issue:
I tried to build https://github.com/felixrieseberg/windows95, and the content of forge.config.js#L30 is "setupExe:
windows95-${package.version}-setup-${process.arch}.exe
", And I runelectron-forge make --arch=ia32,x64
on my Windows 10 64bit. the files generated areThe install file is the same, When I delete this line of config, the files generated are
It was the same too.
But in other makers like deb, rpm, zip, different arch generate different files like
So I have two ideas about this.
targetArch
like https://github.com/electron-userland/electron-forge/blob/master/packages/maker/deb/src/MakerDeb.ts#L35 does.targetArch
envrionment in makers configuration.I want to deploy the generate files to github release via travis-ci, so the same filename file will overwrite the exists one.
The text was updated successfully, but these errors were encountered: