Skip to content

Keep appimagetool out of release assets and CI artifacts - #6

Merged
SimplyJustJessie merged 1 commit into
mainfrom
claude/visual-redesign-dark-theme-e1o79q
Jul 18, 2026
Merged

Keep appimagetool out of release assets and CI artifacts#6
SimplyJustJessie merged 1 commit into
mainfrom
claude/visual-redesign-dark-theme-e1o79q

Conversation

@SimplyJustJessie

Copy link
Copy Markdown
Owner

Small follow-up to the v0.1.0 release: the run succeeded and attached AutoRoute-v0.1.0-x86_64.AppImage, but the out/*.AppImage glob also matched the downloaded appimagetool, so a 15 MB tool binary got attached to the release (and included in CI artifacts) alongside the real image.

  • build-appimage.sh now downloads the tool into out/.tools/, invisible to the glob.
  • The release attachment and CI artifact upload are narrowed to out/AutoRoute-*.AppImage as a second guard.

The stray appimagetool-x86_64.AppImage asset on the existing v0.1.0 release needs one manual delete (release page → edit → remove asset) — asset deletion isn't available to this session's credentials.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Jac4PWhnEzh7j5f5NaafJ1


Generated by Claude Code

The v0.1.0 release run attached the downloaded appimagetool alongside
the actual AutoRoute AppImage, because both matched out/*.AppImage.
The tool now downloads into out/.tools/ (invisible to the glob), and
both the release attachment and the CI artifact upload are narrowed to
out/AutoRoute-*.AppImage as a second guard.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Jac4PWhnEzh7j5f5NaafJ1
@SimplyJustJessie
SimplyJustJessie merged commit 57756d9 into main Jul 18, 2026
4 checks passed
SimplyJustJessie pushed a commit that referenced this pull request Aug 24, 2026
@SimplyJustJessie
SimplyJustJessie deleted the claude/visual-redesign-dark-theme-e1o79q branch August 24, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants