We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46196fe commit b013308Copy full SHA for b013308
.changes/appimage-fix.md
@@ -0,0 +1,5 @@
1
+---
2
+"tauri-bundler": patch
3
4
+
5
+Fix AppImage bundling when appimagelauncher is enabled.
tooling/bundler/src/bundle/linux/templates/appimage
@@ -68,6 +68,8 @@ wget -q -4 -N -O linuxdeploy-${ARCH}.AppImage https://github.com/linuxdeploy/lin
68
chmod +x linuxdeploy-plugin-gtk.sh
69
chmod +x linuxdeploy-${ARCH}.AppImage
70
71
+dd if=/dev/zero bs=1 count=3 seek=8 conv=notrunc of=linuxdeploy-${ARCH}.AppImage
72
73
OUTPUT="{{appimage_filename}}" ./linuxdeploy-${ARCH}.AppImage --appimage-extract-and-run --appdir "{{app_name}}.AppDir" --plugin gtk ${gst_plugin} --output appimage
74
rm -r "{{app_name}}.AppDir"
75
mv "{{appimage_filename}}" "$OUTDIR"
0 commit comments