You've already forked linuxdeploy-plugin-appimage
mirror of
https://github.com/encounter/linuxdeploy-plugin-appimage.git
synced 2026-03-30 11:19:00 -07:00
centos6 is default now
This commit is contained in:
@@ -44,8 +44,8 @@ make install DESTDIR=AppDir
|
||||
AIK_ARCH="$ARCH"
|
||||
[ "$ARCH" == "i386" ] && AIK_ARCH="i686"
|
||||
|
||||
wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-centos6-"$ARCH".AppImage
|
||||
chmod +x linuxdeploy-centos6-"$ARCH".AppImage
|
||||
wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-"$ARCH".AppImage
|
||||
chmod +x linuxdeploy-"$ARCH".AppImage
|
||||
|
||||
# bundle appimagetool
|
||||
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-"$AIK_ARCH".AppImage
|
||||
@@ -61,8 +61,8 @@ ln -s ../../appimagetool-prefix/AppRun AppDir/usr/bin/appimagetool
|
||||
export UPD_INFO="gh-releases-zsync|linuxdeploy|linuxdeploy-plugin-appimage|continuous|linuxdeploy-plugin-appimage-$ARCH.AppImage"
|
||||
|
||||
# deploy linuxdeploy-plugin-appimage
|
||||
sed -i 's|AI\x02|\x00\x00\x00|' linuxdeploy-centos6-"$ARCH".AppImage
|
||||
./linuxdeploy-centos6-"$ARCH".AppImage --appimage-extract-and-run \
|
||||
sed -i 's|AI\x02|\x00\x00\x00|' linuxdeploy-"$ARCH".AppImage
|
||||
./linuxdeploy-"$ARCH".AppImage --appimage-extract-and-run \
|
||||
--appdir AppDir -d "$REPO_ROOT"/resources/linuxdeploy-plugin-appimage.desktop \
|
||||
-i "$REPO_ROOT"/resources/linuxdeploy-plugin-appimage.svg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user