From 34db8a8e79722b33c26adf809ba2c4c06204bcb6 Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Sun, 6 Apr 2025 20:02:28 -0400 Subject: [PATCH] force breeze theme in CI --- qdiskinfo-appimage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qdiskinfo-appimage.sh b/qdiskinfo-appimage.sh index 1f2aa57..09e345d 100644 --- a/qdiskinfo-appimage.sh +++ b/qdiskinfo-appimage.sh @@ -4,6 +4,7 @@ set -eu export ARCH="$(uname -m)" export APPIMAGE_EXTRACT_AND_RUN=1 +export QT_STYLE_OVERRIDE=Breeze # Make sure the breeze theme is dlopened APP=QDiskInfo APPIMAGETOOL="https://github.com/pkgforge-dev/appimagetool-uruntime/releases/download/continuous/appimagetool-$ARCH.AppImage"