CHANGE: working detection of maximised, no auto add of windows
This commit is contained in:
5
Makefile
5
Makefile
@@ -11,10 +11,13 @@ node_modules: package.json
|
||||
dist/extension.js dist/prefs.js: node_modules
|
||||
tsc
|
||||
|
||||
dist/stylesheet.css: stylesheet.css
|
||||
cp stylesheet.css dist/
|
||||
|
||||
schemas/gschemas.compiled: schemas/org.gnome.shell.extensions.$(NAME).gschema.xml
|
||||
glib-compile-schemas schemas
|
||||
|
||||
$(NAME).zip: dist/extension.js dist/prefs.js schemas/gschemas.compiled
|
||||
$(NAME).zip: dist/extension.js dist/prefs.js dist/stylesheet.css schemas/gschemas.compiled
|
||||
@cp -r schemas dist/
|
||||
@cp metadata.json dist/
|
||||
@(cd dist && zip ../$(NAME).zip -9r .)
|
||||
|
||||
Reference in New Issue
Block a user