Can itch.io fix this thing?
So basically I have 2 game flavors, HD and SD (details are below).
If you press "Launch" there's no any confirmation which version should be launched.
It's always the 1st one in the manifest that is launched.
---
The manifest looks like:
[[actions]]
name = "Play HD version"
path = "labb.exe"
args = ["--config", "config-hd.labb"]
[[actions]]
name = "Play SD version"
path = "labb.exe"
args = ["--config", "config-sd.labb"]

