Skip to content

Commit

Permalink
Fix permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCaracciolo committed Nov 6, 2023
1 parent 7e01a8c commit 9f59410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('catgirldownloader',
version: '0.2.4',
version: '0.2.5',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
3 changes: 2 additions & 1 deletion moe.nyarchlinux.catgirldownloader.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id" : "moe.nyarchlinux.catgirldownloader",
"runtime" : "org.gnome.Platform",
"runtime-version" : "44",
"runtime-version" : "45",
"sdk" : "org.gnome.Sdk",
"command" : "catgirldownloader",
"finish-args" : [
Expand All @@ -10,6 +10,7 @@
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland"
"--filesystem=host"
],
"cleanup" : [
"/include",
Expand Down

0 comments on commit 9f59410

Please sign in to comment.