Skip to content

Commit cb6e9a2

Browse files
authored
Use new appimagetool
1 parent 1eceb30 commit cb6e9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfeeding.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cd build/
1515
# apt download -y apt libapt-pkg5.0 libbz2-1.0 liblzma5 multiarch-support zlib1g dpkg
1616
apt download -y dpkg # We are still using dpkg-deb to extract debs, so we need to bundle it
1717

18-
wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$SYSTEM_ARCH.AppImage" # FIXME: Make arch independent
18+
wget -c "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$SYSTEM_ARCH.AppImage" # FIXME: Make arch independent
1919
chmod +x ./*.AppImage
2020

2121
./appimagetool-*.AppImage --appimage-extract && mv ./squashfs-root ./pkg2appimage.AppDir

0 commit comments

Comments
 (0)