root/src/config.rs

1
2
3
4
5
6
7
8
#![allow(dead_code)]
pub const APP_ID: &str = "blue.hidamari.pmpdc.Devel";
pub const GETTEXT_PACKAGE: &str = "pmpdc";
pub const LOCALEDIR: &str = "/app/share/locale";
pub const PKGDATADIR: &str = "/app/share/pmpdc";
pub const PROFILE: &str = "Devel";
pub const RESOURCES_FILE: &str = concat!("/app/share/pmpdc", "/resources.gresource");
pub const VERSION: &str = "0.1.0-0ceeba5";