UnityDoorstop icon indicating copy to clipboard operation
UnityDoorstop copied to clipboard

Linux script: executable_name validation check fails when cwd is different and executable_name is relative.

Open Sodium-Aluminate opened this issue 2 months ago • 1 comments

BepInEx/BepInEx#1189

when the script check the executable_name, it's using cwd from the parent process and may failed if not start this script from the dir of the script self.

we need check the $(abs_path $"executable_name") exists.

Sodium-Aluminate avatar Oct 08 '25 10:10 Sodium-Aluminate

executable_name is not intended to be a path but the name of the executable in the same directory as the script

arrowmaster avatar Oct 09 '25 04:10 arrowmaster