-
Couldn't load subscription status.
- Fork 11
Open
Labels
Description
Summary
Probing private path in linux does not handle backslash
Expected Behavior
When I use a plugin in Linux I expect it to use the probing path bin/
Current Behavior
Due to the probing path beeing written for Windows (with a backslash) Linux will not use it
Possible Solution
After testing I found that windows can accept backslash and slash, but Linux expects slash.
Fix output should also change the HSPI_<project>.exe.config file to use slash instead of backslash in probing privatePath
Same as issue #63
In this issue it is also shown in BLBackup config file
<probing privatePath="bin/BLBackup"/>