SebLague / Geographical-Adventures

https://sebastian.itch.io/geographical-adventures
MIT License
3.37k stars 486 forks source link

Mac bundle missing executable permission #30

Open ValentinWalter opened 2 years ago

ValentinWalter commented 2 years ago

When downloading the MacOS bundle without the itch.io launcher it's impossible run the app, because what's supposed to be the executable is just a regular file, missing the executable permission. A workaround is to run chmod +x Contents/MacOS/Geographical\ Adventures (relative to the bundle).

Absolute-Potato commented 2 years ago

Same with the linux release

tanmayband commented 2 years ago

For me chmod +x didn't work (Monterey), so I used The Unarchiver to unzip the archive. That worked!