Conversation
… GPG-signed artifacts - Generate multi-res ICO and 256px PNG from the existing SVG icon - Embed Windows icon into the exe via a .rc resource file - Install Linux .desktop entry and PNG icon for AppImage/system installs - Add windeployqt6 install(CODE) rule so cmake --install bundles Qt DLLs - CPack NSIS config: optional desktop shortcut checkbox (Field 5 of the NSIS InstallOptions page, unchecked by default), Start Menu shortcut, uninstall-before-upgrade, branded installer icon - Add .github/workflows/release.yml triggered on v* tags: parallel package-windows (NSIS via MSYS2) and package-linux (AppImage via linuxdeploy) jobs, then sign-and-upload with GPG detached .asc files - Commit public GPG release signing key (A004323C7A80C295298B21083AD62D33866A7EAB) - Mark Release Packaging and Distribution milestone shipped in ROADMAP.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
.desktopentry, 256×256 PNG icon,cmake --installrules for AppDir layout,windeployqt6install CODE hook for Windows.github/workflows/release.ymltriggered onv*tags — parallel Windows and Linux package jobs, GPG detached.ascsignatures, uploads all artifacts to the GitHub releaseA004323C7A80C295298B21083AD62D33866A7EAB) — users can verify downloads withgpg --verify <file>.asc <file>CMakeLists.txtandREADME.mdTest plan
v26.6.2tag and confirmrelease.ymlbuilds both artifacts, signs them, and attaches all four files to the release draft🤖 Generated with Claude Code