SonicMastr / godot-vita

Godot Engine Vita Port based off of Stary2001 and EIREXE Contributions utilizing PVR_PSP2
https://godotengine.org
MIT License
251 stars 19 forks source link

macOS export isn't running as is. #7

Closed danielkariv closed 2 years ago

danielkariv commented 2 years ago

The macOS export can't work as it delivered in Github. the fix I found is to run this commend: 'chmod +x Godot' inside MacOS folder:

image

After doing that, the app is running without problem.

SonicMastr commented 2 years ago

Yeah. I assumed I may have had to do that with an OSX machine instead of chmod-ing it in Linux like I did. If you would want to send an updated zip in an attachment so I can update the build in the release, it would appreciated. I have no OSX systems :P

danielkariv commented 2 years ago

I couldn't upload it straight to Github (25mb limit but the zip is 40-ish), so I have uploaded it to google drive: https://drive.google.com/file/d/1iq3NjoBPfk4IGQwcvrmO3b6QhGyjjkSC/view?usp=sharing

SonicMastr commented 2 years ago

Updated. Thank you