Hello!
Sorry if this is the wrong section, I'm kinda new here. I have three actions in my manifest file, but when I launch it, I only see the first and last. I tried to figure out through the docs ( https://itch.io/docs/itch/integrating/manifest-actions.html ) why it isn't shown, but I don't understand why.
Running butler's validation on this file yields no problems.
[[prereqs]] name = "vcredist-2019-x64" [[actions]] name = "play" path = "mw-client-desktop.exe" scope = "profile:me" [[actions]] name = "Reset configuration" path = "mw-client-desktop.exe" scope = "profile:me" args = ["--ignore-config-file"] [[actions]] name = "Discussion forum" path = "https://drunkenangel.itch.io/mannawars/community"