I have something that runs HTML/Javascript. It can run in a browser, but I also have an exe file (created with Tauri) for download.
If I set it as a HTML project, does that allow it to be ran on the game page and also let people download a zipped HTML directory as well as the exe?
Is it better to just do it as a downloadable project and have the files there, but not have it playable from the game page?
I've never published anything here before, so I'm not sure exactly how each works.