I would like to know if there is any application type phonegap
that translates packages a html+js+css
system into .exe
If yes (I believe it exists)
Which tool (s) does it exist? How to create?
I would like to know if there is any application type phonegap
that translates packages a html+js+css
system into .exe
Which tool (s) does it exist? How to create?
One solution might be to use Web2Executable . It generates a "shell" for the sites using NW.js (Node Webkit) .
To generate the executable, simply download the Web2Executable binary and run the command line version:
/pasta/do/Web2Executable /pasta/do/seu/projeto
or
C:\pasta\do\Web2Executable C:\pasta\do\seu\projeto
or use the GUI (graphical interface) version, which looks like this: