Let's say I create a cool app and I want to send it to my friend I want them to just open the executable and have the page shown to be my application.
I can think of two ways this can be implemented:
- flag for --export or option.
- during the compilation of windowjs give it path for default application.
Let's say I create a cool app and I want to send it to my friend I want them to just open the executable and have the page shown to be my application.
I can think of two ways this can be implemented: