Skip to content

v2.0.1

Latest

Choose a tag to compare

@leaanthony leaanthony released this 18 May 11:13

Demo release for the Wails v3 updater example with the fixes from atterpac's testing on Arch Linux (wailsapp/wails#5449 round 5):

  • bare binaries instead of .tar.gz / .zip archives — the updater renames the asset onto the running binary's path, so the asset must itself be a runnable executable
  • restored executable bit on the swapped binary (Unix)
  • Restart() actually quits + relaunches now (no longer needs a manual app.Quit() from the caller)
  • default window template is state-monotonic so out-of-order Wails event delivery doesn't break the UI
  • bound JS event emits work (HTML passed at construction so the Wails runtime is injected)
Platform Asset
darwin/arm64 updater-demo_darwin_arm64
linux/amd64 updater-demo_linux_amd64
windows/amd64 updater-demo_windows_amd64.exe