rshim
rshim copied to clipboard
[BUG] Can't handle `=` in arguments
Create the folder C:\foo=bar
and try each of these shim files:
This fails and opens a default folder (usually Documents) instead:
path = explorer.exe
args = C:\foo=bar
This performs as expected:
path = explorer.exe
args = C:\Users