2024-02-09 22:04:15 +03:00
|
|
|
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";
|
2024-02-10 00:58:49 +03:00
|
|
|
//pub const PKGDATADIR: &str = " /usr/share";
|
2024-02-09 22:04:15 +03:00
|
|
|
//pub const RESOURCES_FILE: &str = concat!(@PKGDATADIR@, "/resources.gresource");
|
2024-02-10 00:58:49 +03:00
|
|
|
//pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|