Compile schemas when building

This commit is contained in:
Timothy Allen 2024-05-16 16:34:15 +02:00
parent 9c24251caa
commit e784d11690
2 changed files with 1 additions and 0 deletions

View File

@ -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)