Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

neutralinojs

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

like image 482
Vinícius de Araújo Portela Avatar asked Nov 19 '25 11:11

Vinícius de Araújo Portela


1 Answers

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

like image 111
Shalitha Suranga Avatar answered Nov 22 '25 02:11

Shalitha Suranga