mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
Fix missing gschema compilation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
NAME=freon@UshakovVasilii_Github.yahoo.com
|
||||
glib-compile-schemas $NAME/schemas
|
||||
rm -rf ~/.local/share/gnome-shell/extensions/$NAME
|
||||
cp -r $NAME ~/.local/share/gnome-shell/extensions/.
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
NAME=freon@UshakovVasilii_Github.yahoo.com
|
||||
glib-compile-schemas $NAME/schemas
|
||||
cd $NAME
|
||||
zip -r $NAME.zip *
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user