fixing flatpak glib
This commit is contained in:
parent
7dd8a922a6
commit
091bff72e2
1 changed files with 3 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue