kornelski / cargo-deb

Make Debian packages directly from Rust/Cargo projects
https://lib.rs/cargo-deb
MIT License
418 stars 49 forks source link

rodio #116

Closed JonasFocke01 closed 1 year ago

JonasFocke01 commented 1 year ago

Hello!

I use the rodio crate in my app. When running with cargo (debug and release), sound is playing from my speakers. When building with cargo deb and installing with dpkg, no sound is playing. Same issue with msgbox. Well not sound related, but running with cargo run or cargo run -r, a message box appears, installing with cargo deb wont.

> rustup --version                                                                                
rustup 1.26.0 (5af9b9484 2023-04-05)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.73.0 (cc66ad468 2023-10-03)`

Please let me know if you need more infos!

JonasFocke01 commented 1 year ago

Im very dumb, this was my fault, i had the audio.mp3 in a dir where it could not be reached from the app.