update-electron-app icon indicating copy to clipboard operation
update-electron-app copied to clipboard

Feature to Handle *TWO* Zip files for Mac Updates (Intel and Apple Silicon)

Open tazzben opened this issue 5 years ago • 1 comments

Hi All,

As I'm sure you know, we all need to build two versions for the mac right now due to the Intel and Apple Silicon versions. This means that a release might look something like this:

https://github.com/tazzben/Assessment-Disaggregation/releases/tag/v0.7.0

Right now, the updater appears to just grab a zip file. In the case above, the Intel macs updated with the Apple Silicon version and thus broke the app (people can just re-download, so not the end of the world). However, it seems there should be a way to handle this. Maybe by specifying the architecture in the file name.

tazzben avatar Nov 25 '20 15:11 tazzben

Related: https://github.com/electron/update.electronjs.org/pull/84

erickzhao avatar Nov 25 '20 15:11 erickzhao