Stabyourself / notpacman

Pacman with physics
Do What The F*ck You Want To Public License
19 stars 5 forks source link

Mac version is not executable #4

Open ryandesign opened 4 months ago

ryandesign commented 4 months ago

The Mac version available on the web site (from November 17, 2013) fails to launch (with the message "The application 'Not Pacman.app' can’t be opened.") because the executable at Not Pacman.app/Contents/MacOS/love does not have the executable bit set. Assuming Not Pacman.app has already been moved to the Applications folder, users can fix this by opening Terminal.app and running:

chmod a+x "/Applications/Not Pacman.app/Contents/MacOS/love"