We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e3e9f commit 9209f63Copy full SHA for 9209f63
.github/workflows/Build.yml
@@ -75,10 +75,10 @@ jobs:
75
./linuxdeployqt appdir/usr/share/applications/*.desktop -appimage -bundle-non-qt-libs -extra-plugins=imageformats/libqsvg.so
76
77
#
78
- # Rename AppImage to match "%AppName%-%Version%-Linux.AppImage" format
+ # Rename AppImage to match a consistent format
79
80
- name: Rename AppImage
81
- run: mv *.AppImage ${{env.APPLICATION}}-${{env.VERSION}}-Linux.AppImage
+ run: mv *.AppImage ${{env.APPLICATION}}_${{env.VERSION}}.AppImage
82
83
84
# Upload AppImage to build artifacts
0 commit comments