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?
How to compile neutralinojs project in a way that people can open it?
890 views Asked by daprogrammer At
2
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.