We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e4843 commit 5dfa159Copy full SHA for 5dfa159
.github/workflows/main.yml
@@ -384,7 +384,7 @@ jobs:
384
chmod +x "$APP_DIR/AppRun"
385
386
# Download appimagetool
387
- wget -q -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-x86_64.AppImage"
+ wget -q -O appimagetool "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
388
chmod +x appimagetool
389
ARCH=x86_64 ./appimagetool --appimage-extract-and-run "$APP_DIR" \
390
"dist/MaClaw-${VERSION}-x86_64.AppImage"
0 commit comments