File tree 1 file changed +2
-2
lines changed
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
48
48
chmod +x linuxdeploy-" $ARCH " .AppImage
49
49
50
50
# 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
52
52
53
53
chmod +x appimagetool-" $AIK_ARCH " .AppImage
54
54
dd if=/dev/zero of=appimagetool-" $AIK_ARCH " .AppImage bs=1 count=3 seek=8 conv=notrunc
55
55
56
56
./appimagetool-" $AIK_ARCH " .AppImage --appimage-extract
57
57
mv 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
59
59
60
60
export UPD_INFO=" gh-releases-zsync|linuxdeploy|linuxdeploy-plugin-appimage|continuous|linuxdeploy-plugin-appimage-$ARCH .AppImage"
61
61
You can’t perform that action at this time.
0 commit comments