I wrote an example of a web page lottery written in jQuery, which was changed according to some examples.
I want to turn it into an .exe
executable.
How can I do that?
The file structure is as follows:
jquery-app
|-----css
| |--demo.css
|-----images
| |--1.jpg
| |--2.jpg
| |--......
|-----js
| |--awardRotate.js
| |--jquery.min.js
|
|-----index.html
How should I proceed?