feat(desktop): ship-readiness metadata & CI scaffolding#5132
Draft
jamesarich wants to merge 2 commits intomainfrom
Draft
feat(desktop): ship-readiness metadata & CI scaffolding#5132jamesarich wants to merge 2 commits intomainfrom
jamesarich wants to merge 2 commits intomainfrom
Conversation
- Set Windows upgradeUuid for stable MSI upgrades - Wire macOS signing/notarization behind SIGN_MACOS env flag - Fix VERSION_CODE passthrough to release-desktop CI job - Rename packageName to "Meshtastic Desktop" - Fix truncated macOS JVM property (apple.menu.about.name) - Add macOS appCategory, entitlements (network, USB) - Add Windows shortcut/menu/dirChooser options - Add Linux debMaintainer, appCategory, rpmLicenseType - Add desktop build attestation step in release workflow - Add Discord notification job for desktop releases - Add desktop category to release notes config - Update RELEASE_PROCESS.md with full desktop release docs - Add desktop download section to README.md - Update roadmap with packaging status and Flatpak reference Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
3 tasks
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
Prepares the Desktop target for release by filling all identified metadata, CI, and documentation gaps.
Changes
desktop/build.gradle.ktsupgradeUuidfor stable MSI in-place upgradesSIGN_MACOSenv flagpackageNameto "Meshtastic Desktop"apple.menu.about.name)appCategory(utilities)shortcut,menu,dirChooserdebMaintainer,appCategory,rpmLicenseTypedesktop/entitlements.plistnetwork.clientanddevice.usbentitlements.github/workflows/release.ymlVERSION_CODEenv var torelease-desktopjob (was missing)SIGN_MACOS+ Apple signing env vars to packaging stepactions/attest-build-provenance@v4for desktop artifactsnotify-desktop-releaseDiscord notification job.github/release.ymldesktoplabel)RELEASE_PROCESS.mdbuild_desktoptoggle, artifact matrix, macOS signing secrets, version alignment, and Flatpak referenceREADME.mddocs/roadmap.mdRemaining Human-Action Items
APPLE_SIGNING_IDENTITY,APPLE_ID,APPLE_APP_SPECIFIC_PASSWORD,APPLE_TEAM_ID,DISCORD_WEBHOOK_DESKTOPbuild_desktoptotrueincreate-or-promote-release.ymlwhen ready