Skip to content

Commit

Permalink
fixing flatpak glib
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvlv committed Feb 16, 2024
1 parent 7dd8a92 commit 091bff7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions io.github.dvlv.boxbuddyrs.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@
"mkdir /app/po",
"cp -r po /app/",

"glib-compile-schemas .",
"install -D gschemas.compiled /app/share/"


"mkdir -p /app/share/glib-2.0/schemas/",
"install -D io.github.dvlv.boxbuddyrs.gschema.xml /app/share/glib-2.0/schemas/",
"glib-compile-schemas /app/share/glib-2.0/schemas"
],
"sources": [{
"type": "dir",
Expand Down

0 comments on commit 091bff7

Please sign in to comment.