I did this and got this message: Failed to load extension from: nwjs-v0.81.0-linux-x64. Required value 'name' is missing or invalid.This worked but my only warning to other Linux users is that latest version of NW.js for Linux might not work on your system.
So try the latest version and then keep downgrading using this listYou must be registered to see the links, until you find the NW.js version that works.
Lastly, while you are testing, do NOT copy and paste the contents of the "nwjs-v0.*-linux" folder into the main game folder of your chosen RPG-Maker MV game.
This will require to constantly delete and then re-extract/rebuild the game - a time-costly endeavor.
So, rather than constantly re-extracting/rebuilding your chosen RPG-Maker MV game, you should instead:
1) Copy the game's "www" folder and its "package.json" file from main game folder, into the "nwjs-v0.*-linux" folder
2) Make the "nw" file in the "nwjs-v0.*-linux" folder executable:
3) Run/Execute the "nw" file to test if the current version of NW.js that you have installed will workBash:chmod +x nw
If the game crashes and you get a "Failed to get vkGetInstanceProcAddr" error, you'll have to downgrade NW.js!
Hope this helps someone out there.
Do I keep downgrading NW?