#Electron-forge S3 publish for windows.

4 messages · Page 1 of 1 (latest)

placid sinew
#

I'am using "push:win": "cross-env-shell ENV=prod electron-forge publish --arch=ia32,x64", to upload the builds to s3. The problem is that only the x64 bits architecture is being uploaded to the s3 repo. Any idea why?

placid sinew
#

Or how do you do package your windows apps to have multiple archs i32 and x64?

timber glen
#

try electron-forge publish --arch=all

#

actually, I don't think arch=all has an impact on electron-forge publish, you might need two scripts "push:win32" and "push:win64"