Skip to content

v0.5.76 - Fix Update Checker

Choose a tag to compare

@editnori editnori released this 08 Dec 05:56

What's Changed

Fixed Auto-Update

  • Downloads now save to Downloads folder (not temp)
  • Platform-specific installer execution:
    • Windows: msiexec for .msi, cmd start for .exe
    • macOS: open command for .dmg
    • Linux: chmod +x then open file manager
  • Added shell:allow-execute permission for running installers
  • Added GitHub release page link as fallback option

Technical

  • Use Command.create() instead of open() for executing local files
  • Better error logging for debugging

Full Changelog: v0.5.75...v0.5.76