sampson-matt / FlyCasual

Fan-made "Star Wars: X-Wing Miniatures Game" simulator
MIT License
24 stars 1 forks source link

chmod execute for MacOS #8

Open synthetix808 opened 1 year ago

synthetix808 commented 1 year ago

This fork suffers the same issue Sandrem had with his last few builds. the core app file is missing the execute permission and won't launch. To fix, view the contents of the MacOS build, navigate down to; Contents/MacOS/FlyCasualLegacy. Then fire up Terminal and use; chmod +x (then drop the FlyCasualLegacy file into Terminal to fill out the full path). Hit enter then you'll be able to execute the file and allow for Security exemption (a whole other issue of Mac certificate signing)

*Edit -- Seeing now this is fully outlined in the Readme.txt within the package. For anyone that comes looking, go there.