Commit Graph

2 Commits

Author SHA1 Message Date
Leopere c14ab51724
Fix auto-updater to safely swap app while running
Instead of replacing /Applications/Pommedoro.app in-place while the
process is still running, the updater now stages the new .app to a
temp directory, spawns a background shell script that waits for the
current process to exit, then swaps the app and relaunches. This
ensures applicationWillTerminate fires to save timer state and avoids
corrupting the running binary.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 15:48:56 -05:00
Leopere 1c68b0b8e7
Add release artifacts with SHA256 for auto-update
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 15:44:29 -05:00