AutomataLab v1.0.2
·
3 commits
to 46f8ec5ceab41e09979bab3952182964047d86ce
since this release
Fixed
- Auto-updater now actually works. Three issues prevented over-the-air updates from functioning:
- The window lacked the
updater:defaultcapability, so the app could not call the updater at all. - The bundler was not configured to emit signed update artifacts (
createUpdaterArtifactswas unset), so no.sigfiles or update bundles were produced. - The release manifest was published as
latest.json, while the app's update endpoint expectsupdater.json; the release workflow now mirrors it to the correct name and prefers the NSIS installer for Windows updates.
- The window lacked the
Note: Because the missing capability is compiled into the binary, builds v1.0.0 and v1.0.1 cannot self-update and must be updated to v1.0.2 manually. Auto-updates work from v1.0.2 onward.