melawy-welcome/src/config.rs.in

7 lines
246 B
Rust
Raw Normal View History

2022-05-30 15:13:20 +05:00
pub const APP_ID: &str = @APP_ID@;
pub const GETTEXT_PACKAGE: &str = @GETTEXT_PACKAGE@;
pub const LOCALEDIR: &str = @LOCALEDIR@;
pub const PKGDATADIR: &str = @PKGDATADIR@;
pub const PROFILE: &str = @PROFILE@;
pub const VERSION: &str = @VERSION@;