Skip to content

Commit 5dfa159

Browse files
committed
chore: update CI workflow
1 parent 93e4843 commit 5dfa159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
chmod +x "$APP_DIR/AppRun"
385385
386386
# Download appimagetool
387-
wget -q -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-x86_64.AppImage"
387+
wget -q -O appimagetool "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
388388
chmod +x appimagetool
389389
ARCH=x86_64 ./appimagetool --appimage-extract-and-run "$APP_DIR" \
390390
"dist/MaClaw-${VERSION}-x86_64.AppImage"

0 commit comments

Comments
 (0)