1 parent f820071 commit 24e0063Copy full SHA for 24e0063
1 file changed
.github/workflows/build-linux.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: Package AppImage
96
run: |
97
# 1. Download appimagetool matching the runner's architecture
98
- wget https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-${{ matrix.arch }}.AppImage -O appimagetool.AppImage
+ wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-${{ matrix.appimage_arch }}.AppImage -O appimagetool.AppImage
99
chmod +x appimagetool.AppImage
100
./appimagetool.AppImage --appimage-extract
101
0 commit comments