Add desktop package metadata and Windows installer defaults#202
Merged
ScottMorris merged 3 commits intomainfrom Feb 12, 2026
Merged
Add desktop package metadata and Windows installer defaults#202ScottMorris merged 3 commits intomainfrom
ScottMorris merged 3 commits intomainfrom
Conversation
## Summary - add and to the desktop Tauri config - replace the default Cargo package description placeholder ## Why - package metadata currently shows a placeholder title and no long description in package manager UIs - explicit descriptions make generated desktop packages clearer and more professional ## Scope - metadata-only change for package presentation - no runtime behaviour changes
…aults ## Summary - add package metadata fields for bundle outputs: publisher, homepage, and MIT licence - add explicit Windows installer settings under - pin a stable WiX generated from Tauri inspect output ## Windows Configuration Added - - WebView2 install mode: download bootstrapper in silent mode - NSIS install mode: current user, with Start Menu folder set to - WiX upgrade code: ## Why - package manager metadata and installer defaults are currently sparse - explicit Windows installer settings improve upgrade consistency and reduce accidental installer regressions - a fixed upgrade code ensures MSI updates are treated as upgrades rather than separate products
## Summary - update desktop bundle publisher metadata to ## Why - aligns installer/package publisher identity with the desired project branding
Desktop coverage summary
|
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
Changes
apps/desktop/src-tauri/tauri.conf.jsonbundle.shortDescriptionbundle.longDescriptionpublishertoLiminal HQhomepageandlicensebundle.windowssettings:allowDowngrades: falsewebviewInstallMode: downloadBootstrapper(silent)nsis.installMode: currentUsernsis.startMenuFolder: Liminal Noteswix.upgradeCodepinned for stable MSI upgradesapps/desktop/src-tauri/Cargo.tomlWhy