From 34c4ac2af6a94f7e76c4c741894de05fd67164ca Mon Sep 17 00:00:00 2001 From: rtm516 Date: Mon, 2 Mar 2026 07:18:20 +0000 Subject: [PATCH] Update for 2f711d4 --- Minecraft.Client/postbuild.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Minecraft.Client/postbuild.ps1 b/Minecraft.Client/postbuild.ps1 index aca98cd23..a4c6cc346 100644 --- a/Minecraft.Client/postbuild.ps1 +++ b/Minecraft.Client/postbuild.ps1 @@ -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) {