Skip to content

Commit 24e0063

Browse files
committed
Билд Linux
1 parent f820071 commit 24e0063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Package AppImage
9696
run: |
9797
# 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
98+
wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-${{ matrix.appimage_arch }}.AppImage -O appimagetool.AppImage
9999
chmod +x appimagetool.AppImage
100100
./appimagetool.AppImage --appimage-extract
101101

0 commit comments

Comments
 (0)