Skip to content

Fix Windows binary builds for cx_Freeze updates

Kai Willadsen requested to merge windows-fixes into master

We got a cx_Freeze update in our msys environment that didn't actually break the build, but caused certain vital files (e.g., our compiled gresource file) to not be installed due to a skipped build step. This MR fixes that among other minor issues.

Merge request reports