Ensure dark mode support

This commit is contained in:
2025-09-03 23:39:45 -05:00
parent 754e89da7a
commit a08e9e8444
2 changed files with 7 additions and 2 deletions

View File

@@ -11,3 +11,8 @@ 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