There was an error while loading. Please reload this page.
1 parent ef3f831 commit 1883a26Copy full SHA for 1883a26
.github/workflows/release.yml
@@ -211,7 +211,7 @@ jobs:
211
- name: Download AppImageTool
212
run: |
213
mkdir -p linux/build
214
- wget -O linux/build/appimagetool https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
+ wget -O linux/build/appimagetool https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage
215
chmod +x linux/build/appimagetool
216
217
- name: Create AppImage Structure
0 commit comments