You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Again, and it packages the application fine.
## Additional Info
Whenever I use `out-dir` other than that, it fails straightforward for all packages ( Debian as well )
For example, using
```toml
out-dir = "Random"
Fails, even if the directory exists
INFO cargo_packager::package::deb:Packaging tauri-app_0.0.1_amd64.deb(/home/namang/Desktop/fixing/tauri-app/src-tauri/Random/tauri-app_0.0.1_amd64.deb)DEBUG cargo_packager::package::deb:Generating data
DEBUG cargo_packager::package::deb:Copying binaries
ERROR cargo_packager::cli:No such file or directory(os error 2)
The text was updated successfully, but these errors were encountered:
So, I came across a weird bug in Packager that while building AppImage, it fails with error
This happens in Arch Linux as well as Ubuntu 22.04
However, packaging again the same package has no issue
Reproduction
Cargo.toml
See, it fails
``
cargo packager --release --verbose
Fails, even if the directory exists
The text was updated successfully, but these errors were encountered: