pika-first-setup/src/config.rs

8 lines
404 B
Rust
Raw Normal View History

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";
//pub const PKGDATADIR: &str = " /usr/share";
//pub const RESOURCES_FILE: &str = concat!(@PKGDATADIR@, "/resources.gresource");
//pub const VERSION: &str = env!("CARGO_PKG_VERSION");
2024-02-18 15:11:52 +03:00
pub const DISTRO_ICON: &str = "pika-logo";