A shepherd for your Appimages.
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix appimage versions

Aly Raffauf (Jun 18, 2026, 11:15 AM EDT) e039ec25 0a316082

+2 -1
+2 -1
.github/workflows/release.yml
··· 41 41 EOF 42 42 43 43 # Desktop entry 44 - cat > AppDir/appherder.desktop << 'EOF' 44 + cat > AppDir/appherder.desktop << EOF 45 45 [Desktop Entry] 46 46 Type=Application 47 47 Name=AppHerder ··· 50 50 Icon=appherder 51 51 Terminal=true 52 52 Categories=Utility; 53 + X-AppImage-Version=$GITHUB_REF_NAME 53 54 X-AppImage-Integrate=false 54 55 EOF 55 56