2024-02-09 22:04:15 +03:00
|
|
|
pub const APP_ID: &str = "com.github.pikaos-linux.pikafirstsetup";
|
2024-02-20 18:42:53 +03:00
|
|
|
//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");
|
2024-02-18 15:11:52 +03:00
|
|
|
pub const DISTRO_ICON: &str = "pika-logo";
|