Creating application .exe type o phonegap

2

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?

    
asked by anonymous 31.07.2015 / 14:35

1 answer

1

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:

    
04.08.2015 / 20:50