Be sure to install gnome 45 not 44 Build: `flatpak-builder --keep-build-dirs --user --disable-rofiles-fuse flatpak_app com.hackclub.burrow.json`
4 lines
202 B
Rust
4 lines
202 B
Rust
pub static VERSION: &str = "0.1.0";
|
|
pub static GETTEXT_PACKAGE: &str = "burrow-gtk";
|
|
pub static LOCALEDIR: &str = "/usr/local/share/locale";
|
|
pub static PKGDATADIR: &str = "/usr/local/share/burrow-gtk";
|