decompals / wibo

Quick-and-dirty wrapper that tries to run 32-bit Windows command-line executables on Linux
MIT License
57 stars 19 forks source link

Added quotation mark check in files::pathFromWindows #77

Closed Exant64 closed 3 months ago

Exant64 commented 5 months ago

This PR checks if the path passed into pathFromWindows starts and ends with escaped quotation marks, and if yes, remove those from the string so that the rest of the parsing code runs correctly. (This fixes an issue with SHC putting quotation marks around the path arguments passed into its sub-processes)