kornelski/cargo-deb

rodio

JonasFocke01 opened this issue · 1 comments

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!

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