File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ make install DESTDIR=AppDir
4444AIK_ARCH=" $ARCH "
4545[ " $ARCH " == " i386" ] && AIK_ARCH=" i686"
4646
47- wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-centos6- " $ARCH " .AppImage
48- chmod +x linuxdeploy-centos6- " $ARCH " .AppImage
47+ wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-" $ARCH " .AppImage
48+ chmod +x linuxdeploy-" $ARCH " .AppImage
4949
5050# bundle appimagetool
5151wget 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
6161export UPD_INFO=" gh-releases-zsync|linuxdeploy|linuxdeploy-plugin-appimage|continuous|linuxdeploy-plugin-appimage-$ARCH .AppImage"
6262
6363# deploy linuxdeploy-plugin-appimage
64- sed -i ' s|AI\x02|\x00\x00\x00|' linuxdeploy-centos6- " $ARCH " .AppImage
65- ./linuxdeploy-centos6- " $ARCH " .AppImage --appimage-extract-and-run \
64+ sed -i ' s|AI\x02|\x00\x00\x00|' linuxdeploy-" $ARCH " .AppImage
65+ ./linuxdeploy-" $ARCH " .AppImage --appimage-extract-and-run \
6666 --appdir AppDir -d " $REPO_ROOT " /resources/linuxdeploy-plugin-appimage.desktop \
6767 -i " $REPO_ROOT " /resources/linuxdeploy-plugin-appimage.svg
6868
You can’t perform that action at this time.
0 commit comments