+ 2
HTML to exe?
Is there a way to make executable files with html (including js with script tag)? Like discord -my default browser is Chrome- when im in discord when i hit CTRL+SHIFT+I i can see the developer tab opening. What is the way to make my html code exe?
8 ответов
+ 4
maybe you can use this, https://github.com/jiahaog/nativefier it wraps your web pages with electron
+ 2
An exe file is a file that has been compiled, it's not just a matter of renaming a file with the addition of ".exe" at the end of it.
Read this thread for some guidelines:
https://stackoverflow.com/questions/16584589/converting-html-javascript-to-an-exe
+ 2
to pack it into single exe file, you need something like inno setup http://jrsoftware.org/isinfo.php
+ 1
dvync does it compile a .exe file?
0
dvync Okay, thanks
0
@dvync pls explain in how to use electron to compile .html to .exe
- 1
I think .exe file is a program more than a web. But if you want to. Do like this.
1.) Close the developer tap.
2.) Right click your mouse then click "Save as".
3.) Select your file location.
4.) Select a file type to "all files".
5.) At the back of the file name. Type ".exe"
6.) Click "Save"
Now you have created your .exe file!