From ab1c58462f0cb9c9fb526e4f0c9b153a57cda49b Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 11 Apr 2019 14:49:51 -0300 Subject: [PATCH] Adding compiled version of the schemas in the runtime package. --- win/makeruntime.sh.in | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/win/makeruntime.sh.in b/win/makeruntime.sh.in index dce93b2..3f18f67 100755 --- a/win/makeruntime.sh.in +++ b/win/makeruntime.sh.in @@ -211,7 +211,12 @@ copy_schemes() { exit -1 fi + glib-compile-schemas \ + "${TARGET}/share/glib-2.0/schemas" + if [ "$?" != "0" ]; then + exit -1 + fi } -- libgit2 0.21.2