authenticator/config.rs
1pub static APP_ID: &str = "com.belmoussaoui.Authenticator.Devel";
2pub static PKGDATADIR: &str = "/app/share/authenticator";
3pub static PROFILE: &str = "Devel";
4pub static VERSION: &str = "4.6.2-89aac3b";
5pub static GETTEXT_PACKAGE: &str = "authenticator";
6pub static LOCALEDIR: &str = "/app/share/locale";
7pub static OBJECT_PATH: &str = "/com/belmoussaoui/Authenticator/Devel/SearchProvider";