File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/lin
4848chmod +x linuxdeploy-" $ARCH " .AppImage
4949
5050# bundle appimagetool
51- wget https://github.com/AppImage/appimagetool /releases/download/continuous/appimagetool-" $AIK_ARCH " .AppImage
51+ wget https://github.com/AppImage/AppImageKit /releases/download/continuous/appimagetool-" $AIK_ARCH " .AppImage
5252
5353chmod +x appimagetool-" $AIK_ARCH " .AppImage
5454dd if=/dev/zero of=appimagetool-" $AIK_ARCH " .AppImage bs=1 count=3 seek=8 conv=notrunc
5555
5656./appimagetool-" $AIK_ARCH " .AppImage --appimage-extract
5757mv squashfs-root/ AppDir/appimagetool-prefix/
58- ln -s ../../appimagetool-prefix/usr/bin/appimagetool AppDir/usr/bin/appimagetool
58+ ln -s ../../appimagetool-prefix/AppRun AppDir/usr/bin/appimagetool
5959
6060export UPD_INFO=" gh-releases-zsync|linuxdeploy|linuxdeploy-plugin-appimage|continuous|linuxdeploy-plugin-appimage-$ARCH .AppImage"
6161
You can’t perform that action at this time.
0 commit comments