Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+4)

Hello there,

first of all you need to drag your download to the applications folder. After that you need to open the terminal on your Mac. From there enter this line of code "cd /Applications". For the next part, I highly recommend renaming the app into something simple like "chips". Then enter "chmod -R 755 chips.app" into the terminal. That should do it.

By the way. The controls are always a little above the actual icon...at least for me

(+1)

Nice to see someone who knows their way around a Mac helping others out. Keep up the good work!

(1 edit)

No way, thanks so much. Does this apply to all the other apps?

I’m not exactly sure how to do this. is it possible for you to go a bit more in depth with this explanation?

You're a star. I renamed it MDRG (acronyms FTW!) and had it in a different folder, but when I did cd (change directory, for those unfamiliar with Unix/Linux terminal/command line) to the location and ran the same command "chmod -R 755 MDRG.app", it worked like a charm. For anyone else reading, I still had to enable the game in Settings > Security & Privacy > General because it's an unsigned app. But this method 100% works. Thanks!