Files
gnome-shell-extension-freon/makeZip.sh

9 lines
165 B
Bash
Raw Normal View History

2014-06-12 03:02:57 +04:00
#!/bin/sh
NAME=freon@UshakovVasilii_Github.yahoo.com
2019-09-23 12:42:24 +02:00
glib-compile-schemas $NAME/schemas
2014-06-12 03:02:57 +04:00
cd $NAME
2023-04-13 14:22:10 +03:00
zip -x "*.pot" -x "*.po" -r $NAME.zip *
2014-06-12 03:02:57 +04:00
cd ..
mv $NAME/$NAME.zip .