Remove forced GNOME theming

This commit is contained in:
2025-09-04 00:15:27 -05:00
parent a08e9e8444
commit 297431947c
3 changed files with 2 additions and 7 deletions

View File

@@ -11,8 +11,3 @@ cp -r $dist_dir/share/ /usr/
if command -v gtk-update-icon-cache >/dev/null 2>&1; then
sudo gtk-update-icon-cache /usr/share/icons/hicolor
fi
if command -v apt-get >/dev/null 2>&1; then
sudo apt-get update
sudo apt-get install -y qt6-gtk-platformtheme qgnomeplatform-qt6 adwaita-qt
fi