In the linux package of my game, I set .itch.toml the pass to the binary wrapper of the program (written in java). So I can launch the game through the binary wrapper by default and everything is fine BUT the launch popup also gives the possibility of lauching the jar directly, which won't work. Is there a way to disable this behavior and just offer to launch through the binary wrapper i did setup in the .itch.toml file ?
Thanks !