diff --git a/burrow-gtk/.gitignore b/burrow-gtk/.gitignore new file mode 100644 index 00000000..caeec172 --- /dev/null +++ b/burrow-gtk/.gitignore @@ -0,0 +1 @@ +.flatpak-builder diff --git a/burrow-gtk/com.hackclub.burrow.devel.json b/burrow-gtk/com.hackclub.burrow.devel.json index c8086880..8b32b028 100644 --- a/burrow-gtk/com.hackclub.burrow.devel.json +++ b/burrow-gtk/com.hackclub.burrow.devel.json @@ -41,7 +41,10 @@ "builddir" : true, "subdir" : "burrow-gtk", "buildsystem" : "simple", - "build-commands": ["cargo build"], + "build-commands": [ + "cargo build", + "install -Dm755 -t /app/bin target/debug/burrow-gtk" + ], "sources" : [ { "type": "dir", diff --git a/burrow-gtk/com.hackclub.burrow.json b/burrow-gtk/com.hackclub.burrow.json index e8daff86..831a2369 100644 --- a/burrow-gtk/com.hackclub.burrow.json +++ b/burrow-gtk/com.hackclub.burrow.json @@ -43,7 +43,7 @@ "buildsystem" : "simple", "build-commands": [ "cargo build --release", - "cp target/release/burrow-gtk /app/bin" + "install -Dm755 -t /app/bin target/release/burrow-gtk" ], "sources" : [ {