We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eceb30 commit cb6e9a2Copy full SHA for cb6e9a2
dogfeeding.sh
@@ -15,7 +15,7 @@ cd build/
15
# apt download -y apt libapt-pkg5.0 libbz2-1.0 liblzma5 multiarch-support zlib1g dpkg
16
apt download -y dpkg # We are still using dpkg-deb to extract debs, so we need to bundle it
17
18
-wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$SYSTEM_ARCH.AppImage" # FIXME: Make arch independent
+wget -c "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$SYSTEM_ARCH.AppImage" # FIXME: Make arch independent
19
chmod +x ./*.AppImage
20
21
./appimagetool-*.AppImage --appimage-extract && mv ./squashfs-root ./pkg2appimage.AppDir
0 commit comments