Skip to content

Commit 94140c9

Browse files
committed
Make flatpak files consistent with those on flathub
1 parent 7219626 commit 94140c9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

build-aux/com.ranfdev.Geopard.Devel.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"devel"
1212
],
1313
"finish-args" : [
14+
"--share=ipc",
1415
"--socket=fallback-x11",
1516
"--socket=wayland",
1617
"--device=dri",
@@ -21,7 +22,9 @@
2122
"build-args" : [
2223
"--share=network"
2324
],
24-
"env" : { }
25+
"env" : {
26+
"RUST_LOG": "debug"
27+
}
2528
},
2629
"modules" : [
2730
{

build-aux/com.ranfdev.Geopard.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"devel"
1212
],
1313
"finish-args" : [
14+
"--share=ipc",
1415
"--socket=fallback-x11",
1516
"--socket=wayland",
1617
"--device=dri",
@@ -21,7 +22,9 @@
2122
"build-args" : [
2223
"--share=network"
2324
],
24-
"env" : { }
25+
"env" : {
26+
"RUST_LOG": "info"
27+
}
2528
},
2629
"modules" : [
2730
{

0 commit comments

Comments
 (0)