Skip to content

build: Fix detection for pre-compiled css files

Kalev Lember requested to merge wip/kalev/pre-compiled-css-detection into master

The default theme changed from Adwaita to Default and this tripped up the logic to detect if the tarball builds contain pre-built css files or not. Fix this by looking at pre-compiled css files in themes/Default/ instead of themes/Adwaita/.

Merge request reports