From 75e63cad03038bb1e9f26f5751d366e571b29f06 Mon Sep 17 00:00:00 2001 From: leca Date: Tue, 26 Mar 2024 22:10:04 +0300 Subject: [PATCH] fix build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e8ad9da..a754cea 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ #Compile schemas for gtk settings 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/ #building