aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client
diff options
context:
space:
mode:
authordaoge <3523206925@qq.com>2026-03-01 21:10:47 +0800
committerGitHub <noreply@github.com>2026-03-01 21:10:47 +0800
commitf90c74d9a3cb5501fe3279bbf9b0186d69f27b7d (patch)
treed318a8b9dc09f977cff3388fd6dab8e99a8f5305 /Minecraft.Client
parent4c81c7960c0970408d08928e9376ecdf7d7f00bb (diff)
parent4a7d75194a2091458a83e5739bc93e3ad3e39e39 (diff)
Merge pull request #3 from deadman96385/main
fix: copy sound assets to Windows64 build output
Diffstat (limited to 'Minecraft.Client')
-rw-r--r--Minecraft.Client/Minecraft.Client.vcxproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/Minecraft.Client/Minecraft.Client.vcxproj b/Minecraft.Client/Minecraft.Client.vcxproj
index 38886043..8e54bc42 100644
--- a/Minecraft.Client/Minecraft.Client.vcxproj
+++ b/Minecraft.Client/Minecraft.Client.vcxproj
@@ -1301,6 +1301,11 @@ if not exist "$(TargetDir)\savedata" mkdir "$(TargetDir)\savedata"</Command>
<SuppressStartupBanner>false</SuppressStartupBanner>
<ForceFileOutput>MultiplyDefinedSymbolOnly</ForceFileOutput>
</Link>
+ <PostBuildEvent>
+ <Message>Copying sound assets to output directory</Message>
+ <Command>xcopy /q /y /i /s /e "$(ProjectDir)Durango\Sound" "$(OutDir)Durango\Sound"
+xcopy /q /y /i /s /e "$(ProjectDir)music" "$(OutDir)music"</Command>
+ </PostBuildEvent>
<ImageXex>
<ConfigurationFile>$(ProjectDir)xbox\xex-dev.xml</ConfigurationFile>
</ImageXex>
@@ -1429,6 +1434,11 @@ xcopy /q /y /i /s /e $(ProjectDir)Durango\CU $(LayoutDir)Image\Loose\CU</Comman
<ShowProgress>NotSet</ShowProgress>
<SuppressStartupBanner>false</SuppressStartupBanner>
</Link>
+ <PostBuildEvent>
+ <Message>Copying sound assets to output directory</Message>
+ <Command>xcopy /q /y /i /s /e "$(ProjectDir)Durango\Sound" "$(OutDir)Durango\Sound"
+xcopy /q /y /i /s /e "$(ProjectDir)music" "$(OutDir)music"</Command>
+ </PostBuildEvent>
<ImageXex>
<ConfigurationFile>$(ProjectDir)xbox\xex-dev.xml</ConfigurationFile>
</ImageXex>