Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
add prefs to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
tty2 committed Feb 11, 2022
1 parent be2266a commit 8187507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
##@ Deploy
zip: compile-schemas ## Make zip file for deploy to https://extensions.gnome.org/upload/.
@echo -e "\033[2m→ Making zip file...\033[0m"
zip horizontal-workspace-indicatortty2.io.zip metadata.json extension.js stylesheet.css LICENSE \
zip horizontal-workspace-indicatortty2.io.zip metadata.json extension.js stylesheet.css prefs.js \
LICENSE \
schemas/gschemas.compiled \
schemas/org.gnome.shell.extensions.nothing-to-say.gschema.xml

Expand Down

0 comments on commit 8187507

Please sign in to comment.