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,14 +15,10 @@ 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- # 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
20- chmod +x ./* .AppImage
21- ./appimagetool-* .AppImage --appimage-extract && mv ./squashfs-root ./pkg2appimage.AppDir && rm -f ./appimagetool-* .AppImage
22-
23- # Download recommended appimagetool build to create pkg2appimage AppImage
2418wget -c " https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$SYSTEM_ARCH .AppImage" # FIXME: Make arch independent
2519chmod +x ./* .AppImage
20+
21+ ./appimagetool-* .AppImage --appimage-extract && mv ./squashfs-root ./pkg2appimage.AppDir
2622cd ./pkg2appimage.AppDir
2723
2824find ../* .deb -exec dpkg-deb -x {} . \; || true
You can’t perform that action at this time.
0 commit comments