force breeze theme in CI

This commit is contained in:
Samuel
2025-04-06 20:02:28 -04:00
committed by GitHub
parent 3683d2c49e
commit 34db8a8e79

View File

@@ -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"