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 23a049c commit 82eb6e7Copy full SHA for 82eb6e7
.changes/bundler-appimage-fix-space.md
@@ -0,0 +1,5 @@
1
+---
2
+"tauri-bundler": patch
3
4
+
5
+Fixes AppImage bundler crashes when the file path contains whitespace.
tooling/bundler/src/bundle/linux/templates/appimage
@@ -70,4 +70,4 @@ chmod +x linuxdeploy-${ARCH}.AppImage
70
71
OUTPUT="{{appimage_filename}}" ./linuxdeploy-${ARCH}.AppImage --appimage-extract-and-run --appdir "{{app_name}}.AppDir" --plugin gtk ${gst_plugin} --output appimage
72
rm -r "{{app_name}}.AppDir"
73
-mv "{{appimage_filename}}" $OUTDIR
+mv "{{appimage_filename}}" "$OUTDIR"
0 commit comments