#Electron-forge S3 publish for windows.
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
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?
Or how do you do package your windows apps to have multiple archs i32 and x64?