Last active
October 15, 2016 22:53
-
-
Save toptensoftware/8d633174149f8423c72a4ea259afc3b1 to your computer and use it in GitHub Desktop.
Default win3mu mount points
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mountPoints": | |
| { | |
| "C:\\WINDOWS": | |
| { | |
| "host": "$(Win3muFolder)\\FILES\\WINDOWS", | |
| "hostWrite": "$(AppData)\\Win3mu\\$(AppName)\\FILES\\WINDOWS", | |
| }, | |
| "C:\\$(AppName)": | |
| { | |
| "host": "$(AppFolder)", | |
| "hostWrite": "$(AppData)\\Win3mu\\$(AppName)\\FILES\\$(AppName)", | |
| }, | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment