Closed LilithSilver closed 2 years ago
Currently, a filepath with a space in it causes an error, because the path is handed to inklecate.exe raw from the input arguments, without quotes around it. This PR adds quotes to the inklecate.exe call, allowing any valid path to work.
inklecate.exe
Thank you for the fix, it is good to have a new pair of eyes to find such things.
Currently, a filepath with a space in it causes an error, because the path is handed to
inklecate.exe
raw from the input arguments, without quotes around it. This PR adds quotes to theinklecate.exe
call, allowing any valid path to work.