javascriptnode.jscmdneutralinojs

How to compile neutralinojs project in a way that people can open it?


to open neutralino file on windows you'll need to write this: CheckNetIsolation.exe LoopbackExempt -a -n="Microsoft.Win32WebViewHost_cw5n1h2txyewy" in the cmd. My question is: how to make the project executable even if you are not writing this long thing in the cmd?


Solution

  • If you follow the steps in Your First Neutralinojs App, you will have an executable found at <some-location>/myapp/dist/myapp/myapp-win.exe. You can click on this, or create a shortcut to it, so you won't have to write a command line argument.