Skip to content

Commit d2fb570

Browse files
authored
Update dogfeeding.sh - undo previous commit
1 parent 5bcc6a6 commit d2fb570

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

dogfeeding.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,10 @@ 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-
# 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
2418
wget -c "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$SYSTEM_ARCH.AppImage" # FIXME: Make arch independent
2519
chmod +x ./*.AppImage
20+
21+
./appimagetool-*.AppImage --appimage-extract && mv ./squashfs-root ./pkg2appimage.AppDir
2622
cd ./pkg2appimage.AppDir
2723

2824
find ../*.deb -exec dpkg-deb -x {} . \; || true

0 commit comments

Comments
 (0)