Compile schemas when building
This commit is contained in:
parent
9c24251caa
commit
e784d11690
1
Makefile
1
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)
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user