The jonhcena141 launchers page says that you can add the startup script to Lutris as a native executable, but when I try, The following error appears:
The file /home/(Username)/Games/(game)/start.n.sh is not executable
Does anyone know how to make it work?
You probably need to make the script executable first https://linuxize.com/post/chmod-command-in-linux/
chmod +x start.n.sh
Thanks, due to federation problems with Kbin I couldn’t answer you before, but you helped me a lot.