fix build.sh
This commit is contained in:
parent
2e717df795
commit
75e63cad03
2
build.sh
2
build.sh
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#Compile schemas for gtk settings
|
#Compile schemas for gtk settings
|
||||||
mkdir -p $HOME/.local/share/glib-2.0/schemas
|
mkdir -p $HOME/.local/share/glib-2.0/schemas
|
||||||
cp org.gtk_rs.Settings1.gschema.xml $HOME/.local/share/glib-2.0/schemas/
|
cp org.foxarmy.learn-hieroglyph.gschema.xml $HOME/.local/share/glib-2.0/schemas/
|
||||||
glib-compile-schemas $HOME/.local/share/glib-2.0/schemas/
|
glib-compile-schemas $HOME/.local/share/glib-2.0/schemas/
|
||||||
|
|
||||||
#building
|
#building
|
||||||
|
|
Loading…
Reference in New Issue