rshim
rshim copied to clipboard
shim written in rust
Replaced the `split` method with the `split_once` method. Paths and args can now handle `=` characters. Fixes #4
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...
Could you add an option to specify `workingdir = ` in the `.shim` file to have the specified path always be treated as the working directory?
Just a heads up, building this with the release flag triggered an immediate Windows Antivirus quarantine. **Trojan:Win32/Ludicrouz.Z** [Description](https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=Trojan%3aWin32%2fLudicrouz.Z&threatid=2147722906) Built this before with no issues, so I am under the impression...
To make some portable libraries available to an app without adding dll's location to PATH and without symlinking/copying the dll to the app's exe location