pika-first-setup/src/config.rs
2024-02-10 00:58:49 +03:00

7 lines
357 B
Rust

pub const APP_ID: &str = "com.github.pikaos-linux.pikafirstsetup";
pub const GETTEXT_PACKAGE: &str = env!("CARGO_PKG_NAME");
pub const LOCALEDIR: &str = "/usr/share/locale";
//pub const PKGDATADIR: &str = " /usr/share";
//pub const RESOURCES_FILE: &str = concat!(@PKGDATADIR@, "/resources.gresource");
//pub const VERSION: &str = env!("CARGO_PKG_VERSION");