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.
