Commit ab1c58462f0cb9c9fb526e4f0c9b153a57cda49b

Authored by Perry Werneck
1 parent 16ef8e0a

Adding compiled version of the schemas in the runtime package.

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
win/makeruntime.sh.in
... ... @@ -211,7 +211,12 @@ copy_schemes() {
211 211 exit -1
212 212 fi
213 213  
  214 + glib-compile-schemas \
  215 + "${TARGET}/share/glib-2.0/schemas"
214 216  
  217 + if [ "$?" != "0" ]; then
  218 + exit -1
  219 + fi
215 220 }
216 221  
217 222  
... ...