I'm developing a game launcher and I need to execute every single version of the game with the shell plugin.
Some versions need a command like Game --dataPath="", or like /path/to/dotnet Game.dll or even like mono Game.dll + I want to allow custom wrappers for thinks like gamemoderun and so on.
What's the problem? Permissions. Tauri is great speaking about security but this may be an issue here.
Is there any allow-execute-all or something like that?
If don't, can I at least create a run.sh or whatever on each instance folder, edit the content to it execute the game with whatever I need and then run that file?