This commit is contained in:
rtm516 2026-03-02 07:18:20 +00:00
parent 6be9b6743f
commit 34c4ac2af6
No known key found for this signature in database
GPG key ID: 331715B8B007C67A

View file

@ -21,14 +21,14 @@ foreach ($dir in $directories) {
$copies = @(
@{ Source = "music"; Dest = "music" },
@{ Source = "Windows64\GameHDD"; Dest = "Windows64\GameHDD" },
@{ Source = "Common\Media"; Dest = "Common\Media" },
@{ Source = "Common\res"; Dest = "Common\res" },
@{ Source = "Common\Trial"; Dest = "Common\Trial" },
@{ Source = "Common\Tutorial"; Dest = "Common\Tutorial" },
@{ Source = "Windows64\GameHDD"; Dest = "Windows64\GameHDD" },
@{ Source = "Windows64\Sound"; Dest = "Windows64\Sound" },
@{ Source = "DurangoMedia"; Dest = "Windows64Media" },
@{ Source = "Windows64Media"; Dest = "Windows64Media" },
@{ Source = "Durango\Sound"; Dest = "Windows64Media\Sound" }
@{ Source = "Windows64Media"; Dest = "Windows64Media" }
)
foreach ($copy in $copies) {