mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
8 lines
270 B
Bash
8 lines
270 B
Bash
#!/bin/sh
|
|
#
|
|
# pack for upload to extensions.gnome.org
|
|
|
|
today=$(date +"%Y%m%d")
|
|
|
|
zip TeaTime@oleid.mescharet.de-$today.zip *.md utils.js prefs.js extension.js install.sh *.svg metadata.json schemas/org.gnome.shell.extensions.teatime.gschema.xml schemas/gschemas.compiled
|