Commit 7cb3bb64 authored by Rickard von Essen's avatar Rickard von Essen

Merge pull request #1901 from rickard-von-essen/issue-1881

Fixes #1881 Don't include Windows Disks when packaging boxes for prl
parents e3c2f01c 79845848
......@@ -10,7 +10,7 @@ import (
// These are the extensions of files and directories that are unnecessary for the function
// of a Parallels virtual machine.
var UnnecessaryFilesPatterns = []string{"\\.log$", "\\.backup$", "\\.Backup$", "\\.app/"}
var UnnecessaryFilesPatterns = []string{"\\.log$", "\\.backup$", "\\.Backup$", "\\.app/", "/Windows Disks/"}
type ParallelsProvider struct{}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment