Skip to content

Collection of Windows Patches

Zachary requested to merge (removed):main into main

This collection of commits are intended to fix the following two issues:

  1. Libssp is no longer offered by msys2. This was resulting in the installation command for the dependencies to fail in build-mingw.sh. Libssp has been removed accordingly (this did not affect functionality when tested).

2.g_application_quit was being called too early. This resulted in runtime errors involving fonts and other things to not be displayed on the pipeline since the application exited too early. The if-else has been modified so g_application_run is always called beforehand. This caused runtime errors which appear when running on a real machine to be displayed.

Edited by Zachary

Merge request reports