C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
33 stars 9 forks source link

262 - Switch build to Godot 3.5 #365

Closed QuintillusCFC closed 1 year ago

QuintillusCFC commented 1 year ago

Closes #262

I've tested it locally and it seems to be working fine. I've also set up a build with it at https://github.com/C7-Game/Prototype/actions/runs/3171446928

QuintillusCFC commented 1 year ago

This now targets 3.5.1 instead of 3.5 as the Mac build fails on 3.5.1 with the error ERROR: Code Signing: Ad-hoc signed applications require the 'Disable Library Validation' entitlement to load dynamic libraries..

My guess is it probably is flag that didn't get flipped for either the CI environment or perhaps Godot itself. For the time being I propose we just use 3.5, and move to 3.5.2 when appropriate.

QuintillusCFC commented 1 year ago

New, successful-on-Mac build: https://github.com/C7-Game/Prototype/actions/runs/3178416315