8 lines
407 B
Rust
8 lines
407 B
Rust
|
pub const APP_ID: &str = "com.github.pikaos-linux.pikainstallergtk4";
|
||
|
//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");
|
||
|
pub const DISTRO_ICON: &str = "pika-logo";
|