AudioDeviceManager/src/config.rs
2025-08-16 19:42:23 +02:00

5 lines
210 B
Rust

pub static VERSION: &str = "0.1.0";
pub static GETTEXT_PACKAGE: &str = "audio-device-manager";
pub static LOCALEDIR: &str = "/app/share/locale";
pub static PKGDATADIR: &str = "/app/share/audio-device-manager";