Small Fixes for Flatpak Building
Be sure to install gnome 45 not 44 Build: `flatpak-builder --keep-build-dirs --user --disable-rofiles-fuse flatpak_app com.hackclub.burrow.json`
This commit is contained in:
parent
eecbeae6f5
commit
6d4fbcd078
3 changed files with 8 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"app-id" : "com.hackclub.burrow",
|
||||
"runtime" : "org.gnome.Platform",
|
||||
"runtime-version" : "44",
|
||||
"runtime-version" : "45",
|
||||
"sdk" : "org.gnome.Sdk",
|
||||
"sdk-extensions" : [
|
||||
"org.freedesktop.Sdk.Extension.rust-stable"
|
||||
|
|
@ -53,11 +53,11 @@
|
|||
"subdir" : "burrow-gtk",
|
||||
"buildsystem" : "meson",
|
||||
"sources" : [
|
||||
{
|
||||
"type" : "git",
|
||||
"branch" : "main",
|
||||
"url" : "https://github.com/hackclub/burrow.git"
|
||||
{
|
||||
"type": "dir",
|
||||
"path": "./"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
1
burrow-gtk/src/.gitignore
vendored
Normal file
1
burrow-gtk/src/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
config.rs
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
pub static VERSION: &str = "0.1.0";
|
||||
pub static GETTEXT_PACKAGE: &str = "burrow-gtk";
|
||||
pub static LOCALEDIR: &str = "/app/share/locale";
|
||||
pub static PKGDATADIR: &str = "/app/share/burrow-gtk";
|
||||
pub static LOCALEDIR: &str = "/usr/local/share/locale";
|
||||
pub static PKGDATADIR: &str = "/usr/local/share/burrow-gtk";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue