DioxusLabs / DioxusLabs/dioxus
Bundler fails to bundle project to .appimage with little information
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
**Problem**
I've been goin through the Hot Dog tutorial and it fails at the very end because it fails to run the tauri bundler.
**Steps To Reproduce**
Steps to reproduce the behavior:
- Go through the Hot Dog tutorial
- Bundle on linux with ```dx bundle --desktop --package-types "appimage"```
**Expected behavior**
The app should bundle into an .appimage
**Screenshots**
End of bundling process:
```
1.452s INFO Compiled [406/406]: hot_dog
1.545s INFO Bundling app...
2.369s INFO Server build completed successfully! 🚀 path="/data/shared/Docs/Rust/Dioxus/hot_dog/target/dx/hot_dog/debug/linux/app"
2.369s INFO Running desktop bundler...
8.80s ERROR Failed to bundle project: GenericError(
"failed to run /home/tumaonu-a/.cache/tauri/linuxdeploy-x86_64.AppImage",
)
ERROR dx bundle: `failed to run /home/tumaonu-a/.cache/tauri/linuxdeploy-x86_64.AppImage`
```
**Environment:**
- Dioxus version: v0.7.3
- Rust version: 1.93.1
- OS info: ArchLinux
- App platform: desktop
**Questionnaire**
I'm interested in fixing this myself but don't know where to start.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.