mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
Fix appdata for gtk4 theme not applying (#1066)
This commit is contained in:
parent
36f5553bd1
commit
b80b4b768e
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ install-python-packages (){
|
|||
x meson setup build --prefix=$VIRTUAL_ENV
|
||||
x meson compile -C build
|
||||
x meson install -C build
|
||||
for i in "glib-2.0" "gradience";do
|
||||
for i in "glib-2.0" "gradience" "appdata";do
|
||||
x rsync -av "$PYTHON_VENV_PATH"/share/$i/ "$XDG_DATA_HOME"/$i/
|
||||
done
|
||||
x cd -
|
||||
|
|
|
|||
Loading…
Reference in a new issue