v0.63.4 stable
Release v0.63.4
Apr 25, 2026
macOS installer file-permission fix and faster failures when signing identity is missing.
Fixed
- Fixed the macOS GUI installer producing a zero-byte .app file because Unix file permissions weren't preserved during a rename inside the zip archive.
- Release builds now fail fast with a clear error when the Apple installer signing identity is missing, instead of producing a broken artifact.
- Fixed a hydration warning on the web app caused by a server/client markup mismatch.
Fixes a bug where the macOS GUI installer could produce a zero-byte .app bundle when permissions inside the zip got dropped. Also adds a fail-fast guard on the release pipeline so missing signing credentials produce a clear error early instead of a corrupted artifact later.