casualsnek / cassowary

Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
GNU General Public License v2.0
2.93k stars 78 forks source link

fix: mount command #71

Closed panda2134 closed 2 years ago

panda2134 commented 2 years ago
  1. net_loc should be wrapped by single quotes, so that \ will not be treated as the escape character. After this fix, net locations like \\192.168.1.120\Documents\ are able to be mounted.
  2. different mount points should be processed independently (see commit msg of the 2nd commit)