There's is a way of getting just an exe/linux binary/app file from NeutralinoJS?

1.2k Views Asked by At

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

Files are visible

1

There are 1 best solutions below

0
On

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