Downloaded the Mac version from Mega, getting a 'The application "Game" cannot be opened' message.
Anyone know how to fix this issue? Do I have to try a different link?
Actually, yes, I do. Whoever is packaging the Mac versions for upload is breaking them. The files inside the zip file have the wrong permissions so they will not execute properly.
I am not sure how to explain this so everyone can figure it out but this worked for me:
Code:
chmod a+x "Game.app/Contents/MacOS/nwjs" "Game.app/Contents/Frameworks/nwjs Helper EH.app/Contents/MacOS/nwjs Helper EH" "Game.app/Contents/Frameworks/nwjs Helper NP.app/Contents/MacOS/nwjs Helper NP" "Game.app/Contents/Frameworks/nwjs Helper.app/Contents/MacOS/nwjs Helper"
This needs to be executed from the Terminal after unarchiving the zip.
I hope this helps someone.
I also hope the uploader stops repackaging the files and breaking the required permissions too!