#MacOS universal self-updater

4 messages · Page 1 of 1 (latest)

quasi roost
#

Hey,

Noticed the fix for the spaces in the GitHub releases went in while I was prepping a release today, seems to work great on windows & (presumably) linux.

However since my Mac build is a universal app it’s not in this list:

and ARCH is one of x86_64, aarch64, i686 or armv7.

Is there a fix I can apply my side to get that working?

Also, is there any way to dump a link to the GitHub release in the release notes? There’s releaseBody in the docs but that seems more geared towards using the action to create a release

Thanks

barren kiln
#

Is there a fix I can apply my side to get that working?
Currently only by manually editing the json file and have x86_64 and aarch64 point to the same app bundle (or each their smaller update bundles)

One question about that, does the updater json contain an entry for the universal build or will it just ignore it?

#

There’s releaseBody in the docs but that seems more geared towards using the action to create a release
It is more geared towards that, but iirc it's still what's used for the dialog.
Feel free to open a feature request for that one tho.
p.s. at least on windows links in the dialogs are not clickable :/

quasi roost
#

Yeah, it lists the universal build in the latest.json