diff --git a/Makefile b/Makefile index 7a4fac7..6815c6c 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ all: build install build: rm -f $(BUNDLE_PATH) cd $(EXTENSION_DIR); \ + glib-compile-schemas schemas; \ gnome-extensions pack --force --podir=locale \ --extra-source=icons/; \ mv $(EXTENSION_DIR).shell-extension.zip ../$(BUNDLE_PATH) diff --git a/nightscout-follower@treehouse.org.za/schemas/gschemas.compiled b/nightscout-follower@treehouse.org.za/schemas/gschemas.compiled index 486d887..44c9e7b 100644 Binary files a/nightscout-follower@treehouse.org.za/schemas/gschemas.compiled and b/nightscout-follower@treehouse.org.za/schemas/gschemas.compiled differ