Align desktop project modes and tray close behavior - #46
Merged
Conversation
Luhaozhu
marked this pull request as ready for review
July 31, 2026 06:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to merged PR #45 for the desktop 0.2.8 validation build.
Root cause
The project creation controls previously assumed users could switch across deployment modes, while the CE-specific project-page overlay still exposed a generic cloud creation modal. The tray confirmation WebView was also retained after the main window was hidden, allowing its load handler to show it again.
For unsigned macOS builds, the runtime builder initially required
APPLE_SIGNING_IDENTITY. After adding an ad-hoc fallback,tauri-actionstill received emptyAPPLE_CERTIFICATEvariables and attempted to import an empty keychain certificate. The workflow now exports Apple variables only when the full signing and notarization secret set is available; otherwise it exports onlyAPPLE_SIGNING_IDENTITY=-.Validation
HugAgentOS_0.2.8_aarch64.dmgandHugAgentOS_0.2.8_x64.dmgdesktop-v0.2.8release contains Windows NSIS, Linux AppImage/Deb, both macOS DMGs, updater archives, signatures, andlatest.jsonmacOS installation note
The ad-hoc builds are intentionally not Apple-notarized. On first launch, users may need to open System Settings → Privacy & Security and choose Open Anyway. Adding the complete Apple secret set later automatically restores Developer ID signing and notarization without another workflow change.