Skip to content

Commit

Permalink
Update build-windows.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed May 4, 2024
1 parent 40950b6 commit 6c241c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dotnet publish .\src\ColorMC.Launcher -p:PublishProfile=%1

mkdir .\src\build_out\%1-dotnet\colormc

set "files=ColorMC.Gui.pdb ColorMC.Core.pdb Live2DCSharpSDK.App.pdb Live2DCSharpSDK.Framework.pdb ColorMC.Launcher.pdb ColorMC.Launcher.exe"
set "files=ColorMC.Gui.pdb ColorMC.Core.pdb Live2DCSharpSDK.App.pdb Live2DCSharpSDK.Framework.pdb ColorMC.Launcher.pdb ColorMC.Launcher.exe av_libglesv2.dll libHarfBuzzSharp.dll libSkiaSharp.dll SDL2.dll"

for %%f in (%files%) do (
copy .\src\build_out\%1-dotnet\%%f .\src\build_out\%1-dotnet\colormc\%%f
Expand Down

0 comments on commit 6c241c6

Please sign in to comment.