File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ chmod +x linuxdeploy-"$ARCH".AppImage
51
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
-
55
- sed -i ' s/AI\x02/\x00\x00\x00/' {appimagetool,linuxdeploy}* .AppImage
54
+ dd if=/dev/zero of=appimagetool-" $AIK_ARCH " .AppImage bs=1 count=3 seek=8 conv=notrunc
56
55
57
56
./appimagetool-" $AIK_ARCH " .AppImage --appimage-extract
58
57
mv squashfs-root/ AppDir/appimagetool-prefix/
@@ -61,7 +60,7 @@ ln -s ../../appimagetool-prefix/AppRun AppDir/usr/bin/appimagetool
61
60
export UPD_INFO=" gh-releases-zsync|linuxdeploy|linuxdeploy-plugin-appimage|continuous|linuxdeploy-plugin-appimage-$ARCH .AppImage"
62
61
63
62
# deploy linuxdeploy-plugin-appimage
64
- sed -i ' s|AI\x02|\x00\x00\x00| ' linuxdeploy-" $ARCH " .AppImage
63
+ dd if=/dev/zero of= linuxdeploy-x86_64 .AppImage bs=1 count=3 seek=8 conv=notrunc
65
64
./linuxdeploy-" $ARCH " .AppImage --appimage-extract-and-run \
66
65
--appdir AppDir -d " $REPO_ROOT " /resources/linuxdeploy-plugin-appimage.desktop \
67
66
-i " $REPO_ROOT " /resources/linuxdeploy-plugin-appimage.svg
You can’t perform that action at this time.
0 commit comments