Hello,
I created two different manifest actions where the only difference between them is that one passes along command line arguments.
From the itch.io app logs I can see a line that says "Removing duplicate target". Looks like command line arguments are ignored when checking if a target is a duplicate.
Am I misunderstanding something?
My use case is a multiplayer game with a client and server. I want the default "play" action to start up in the main menu where you choose between hosting a server or joining a server. And the "server" action automatically launches a server without displaying a menu, by passing in a command line parameter.