I would like to make windows desktop application using HTML5, JavaScript and CSS. I am trying
- tidesdk
- XULRunner
- appjs
I read the documentations of these technologies. But I didn’t see how to export the application as a .exe package. I want to write an application in HTML and JavaScript and export to an exe file. How can I do that?
1
You’re almost there, you’ll just have to dig into the documentation a bit deeper. 😉
For example, Steps 5 and 6 in the tidesdk Getting Started Guide create the EXE file and the deployment package.