MCMi460 / NSO-RPC

Connect your Nintendo Switch playing status to Discord!
327 stars 32 forks source link

[Github] Add Windows Qt5 Build, Update GH Actions & Fix macos build errors. #139

Closed HotaruBlaze closed 5 months ago

HotaruBlaze commented 6 months ago

This adds a fallback Qt5 windows build, as on rare instances Qt6 does not work correctly on windows, Using Qt5 suffers from small UI differences, such as the titlebar not matching the windows theme, however is functionally the same.

image


This also cleans up the actions.yml such as

Before:

image


After:

image

HotaruBlaze commented 5 months ago

This has been set back to draft because Universal2 builds are now broken due to the latest GH macos update

image

HotaruBlaze commented 5 months ago

MacOS issues have been fixed with the help of @spotlightishere

HotaruBlaze commented 5 months ago

Superseded by #147