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:
|
build:
|
||||||
rm -f $(BUNDLE_PATH)
|
rm -f $(BUNDLE_PATH)
|
||||||
cd $(EXTENSION_DIR); \
|
cd $(EXTENSION_DIR); \
|
||||||
|
glib-compile-schemas schemas; \
|
||||||
gnome-extensions pack --force --podir=locale \
|
gnome-extensions pack --force --podir=locale \
|
||||||
--extra-source=icons/; \
|
--extra-source=icons/; \
|
||||||
mv $(EXTENSION_DIR).shell-extension.zip ../$(BUNDLE_PATH)
|
mv $(EXTENSION_DIR).shell-extension.zip ../$(BUNDLE_PATH)
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user