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