Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I tested it, you have the correct version however it it still a little broken and I needed to put 2 commands in terminal to make it work.
I made a 2 minutes screen recording what I needed to adjust:

https://mega.nz/file/dIEDAYLZ#khfcpWwqt-vAII5wYY49KBCUsbE6M5b712a_pXk08hM

Hopefully you can figure out, how to correct the package for everyone. Good luck.

Thanks for the video. I can easily make the second change of adding "game" to the name package.json file. However, from what I understand, the xattr command is used because on a Mac, the Gatekeeper security feature quarantines anything not downloaded from the app store or a registered developer. So, presumably, even if I ran that command, when you downloaded the game it would slap the quarantine right back on it since it's not recognized as safe automatically. (I'd test this, but to do that I think I'd need to run a Mac VM, since xattr isn't a function on Windows as far as I could tell.) You might be able to test that yourself by uploading the fixed version of the game on mega and then redownloading it. I imagine it would re-quarantine it, unless it recognizes it because it was already on your computer. 

So my thought is that I do the fixed nwjs files with the package.json edit, and leave instructions for Mac users to run that xattr function on their end.