Skip to content

Instantly share code, notes, and snippets.

@toptensoftware
Last active October 15, 2016 22:53
Show Gist options
  • Select an option

  • Save toptensoftware/8d633174149f8423c72a4ea259afc3b1 to your computer and use it in GitHub Desktop.

Select an option

Save toptensoftware/8d633174149f8423c72a4ea259afc3b1 to your computer and use it in GitHub Desktop.
Default win3mu mount points
{
"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