I'm trying to make a simple application with neutralinoJS
I'm wondering how get a unique file:
- .exe to windows
- a binary, .deb, .rpm to linux
- and a .app to macOS
Cause there is a file that runs the html/js but the source code is visible to edit
I'm trying to make a simple application with neutralinoJS
I'm wondering how get a unique file:
Cause there is a file that runs the html/js but the source code is visible to edit
Neutralinojs produces portable cross platform apps. Therefore, your application files (css, js etc) and Neutralino framework files (settings.json etc) are visible from application bundle.
Whereas, they are having an idea to make a packager tool which will minify app source.
Hope it helps