Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The permissions on the executable were not set correctly when uploaded to itch. You can fix this by opening Terminal, go to the MacOS directory within the app, and giving it the execution permission. For example:

  1. Launch Terminal
  2. type “cd ~/Downloads/TheSignalMac/TheSignalMac.app/Contents/MacOS”
  3. run the command “chmod +x The\ Signal”
  4. Then hold Alt when right-clicking to launch the app the first time.

To the author: I use butler to upload to itch. The “–fix-permissions” option works for me. For instance: “butler push –fix-permissions TheSignalMac.app oddball/the-signal:macos”

That did the trick! The executable was indeed just 664, read/write | read/write | read, no execute. Sweet little game!