mirror of
https://github.com/Ellpeck/GameBundle.git
synced 2024-11-22 16:48:34 +01:00
put plist into contents
This commit is contained in:
parent
ec45ab5a78
commit
e81b162d59
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ namespace GameBundle {
|
||||||
continue;
|
continue;
|
||||||
var destDir = resRegex.Any(r => r.IsMatch(file.Name)) ? resources : macOs;
|
var destDir = resRegex.Any(r => r.IsMatch(file.Name)) ? resources : macOs;
|
||||||
if (file.Name.EndsWith("plist"))
|
if (file.Name.EndsWith("plist"))
|
||||||
destDir = app;
|
destDir = contents;
|
||||||
file.MoveTo(Path.Combine(destDir.FullName, file.Name), true);
|
file.MoveTo(Path.Combine(destDir.FullName, file.Name), true);
|
||||||
}
|
}
|
||||||
foreach (var sub in dirs) {
|
foreach (var sub in dirs) {
|
||||||
|
|
Loading…
Reference in a new issue