Skip to content

Commit c474d2a

Browse files
committed
Use new appimagetool home
1 parent 779bd58 commit c474d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/build-appimage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/lin
4848
chmod +x linuxdeploy-"$ARCH".AppImage
4949

5050
# bundle appimagetool
51-
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-"$AIK_ARCH".AppImage
51+
wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-"$AIK_ARCH".AppImage
5252

5353
chmod +x appimagetool-"$AIK_ARCH".AppImage
5454
dd if=/dev/zero of=appimagetool-"$AIK_ARCH".AppImage bs=1 count=3 seek=8 conv=notrunc
5555

5656
./appimagetool-"$AIK_ARCH".AppImage --appimage-extract
5757
mv squashfs-root/ AppDir/appimagetool-prefix/
58-
ln -s ../../appimagetool-prefix/AppRun AppDir/usr/bin/appimagetool
58+
ln -s ../../appimagetool-prefix/usr/bin/appimagetool AppDir/usr/bin/appimagetool
5959

6060
export UPD_INFO="gh-releases-zsync|linuxdeploy|linuxdeploy-plugin-appimage|continuous|linuxdeploy-plugin-appimage-$ARCH.AppImage"
6161

0 commit comments

Comments
 (0)