Skip to content

AutomataLab v1.0.2

Choose a tag to compare

@github-actions github-actions released this 07 Jun 15:17
· 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:default capability, so the app could not call the updater at all.
    • The bundler was not configured to emit signed update artifacts (createUpdaterArtifacts was unset), so no .sig files or update bundles were produced.
    • The release manifest was published as latest.json, while the app's update endpoint expects updater.json; the release workflow now mirrors it to the correct name and prefers the NSIS installer for Windows updates.

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.