Why does not IntelXDK make me executable / exe from my webapp for windows?

1

I have a game that I want to convert into webapp for windows. I charge the project on the IntelXDK server and I give Start Builds as Web Application. What I downloaded is a zip that when opened shows me the files I have uploaded to the IntelXDK server, plus a folder called xdk where there is a file called project-info.json. Several files also appear in the same folder where my files are stored. html files. Some are xml others extension xdk or xdek. I want to see an executable, (exe) a single file, like when we make an android app that generates an installable apk. What can I do?

    
asked by Marc Lemien 10.05.2016 в 10:57
source

1 answer

1

What for Android are APK, for windows 8/10 they are .APPX (not exe) and they are thought to be distributed from the microsoft store, to make an EXE, I think you should use VB.NET, doing that there will be a browser and loading your app, then if it could be an EXE. I have not touched it for years, but it should be trivial.

    
answered by 11.05.2016 / 17:46
source