I'm selling an html game (the bottomless pits of d'oh):
I've uploaded
- pod_lite.zip, playable in the browser (for free)
- pod_full.zip, downloadable for a fee
that seems to work ok from the site, but I'm facing problems with the itch app:
if I set pod_full.zip compatibility to win/osx/linux, pod_full.zip installs ok but no exe is found. I've added an .itch.toml alongside index.html:
[[actions]]
name = "play"
path = "index.html"
[[actions]]
name = "manual" <- as a test
path = "./index.html"
which seems totally ignored
if I don't set any compatibility the app installs pod_lite.zip and successfully launches the free version! an additional issue is that I'm locking the pointer in javascript and the esc key doesn't seem to work (at least in linux mint serena)
is there something else I'm supposed to do?
maybe there should be "web" besides win/osx/linux/android so that the app would launch index.html by itself?
thanks.