File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,14 @@ cd build/
1515# apt download -y apt libapt-pkg5.0 libbz2-1.0 liblzma5 multiarch-support zlib1g dpkg
1616apt 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/appimagetool/releases/download/continuous/appimagetool-$SYSTEM_ARCH .AppImage" # FIXME: Make arch independent
18+ # Include legacy appimagetool in the AppDir
19+ wget -c " https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$SYSTEM_ARCH .AppImage" # FIXME: Make arch independent
1920chmod +x ./* .AppImage
21+ ./appimagetool-* .AppImage --appimage-extract && mv ./squashfs-root ./pkg2appimage.AppDir && rm -f ./appimagetool-* .AppImage
2022
21- ./appimagetool-* .AppImage --appimage-extract && mv ./squashfs-root ./pkg2appimage.AppDir
23+ # Download recommended appimagetool build to create pkg2appimage AppImage
24+ wget -c " https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$SYSTEM_ARCH .AppImage" # FIXME: Make arch independent
25+ chmod +x ./* .AppImage
2226cd ./pkg2appimage.AppDir
2327
2428find ../* .deb -exec dpkg-deb -x {} . \; || true
You can’t perform that action at this time.
0 commit comments