mirror of
https://github.com/Ellpeck/GameBundle.git
synced 2024-11-14 04:59:10 +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;
|
||||
var destDir = resRegex.Any(r => r.IsMatch(file.Name)) ? resources : macOs;
|
||||
if (file.Name.EndsWith("plist"))
|
||||
destDir = app;
|
||||
destDir = contents;
|
||||
file.MoveTo(Path.Combine(destDir.FullName, file.Name), true);
|
||||
}
|
||||
foreach (var sub in dirs) {
|
||||
|
|
Loading…
Reference in a new issue