From c4236ba185db5d5315e9d1e0bf448393a46d7d21 Mon Sep 17 00:00:00 2001 From: Exynox Date: Wed, 11 Dec 2024 22:46:33 +0200 Subject: [PATCH] Updated build script --- .gitignore | 3 ++- build.bat | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index af1a9360..21e3bf30 100644 --- a/.gitignore +++ b/.gitignore @@ -375,5 +375,6 @@ FodyWeavers.xsd !extern !extern/** -# Build directory +# Build directories build/ +dist/ diff --git a/build.bat b/build.bat index 4d501abd..080e1eec 100644 --- a/build.bat +++ b/build.bat @@ -31,7 +31,7 @@ msbuild Metin2Client.sln /p:Configuration=Distribute /p:Platform="Win32" rem Start assembling the client package RMDIR /S /Q dist MKDIR dist\ -COPY /Y build\Distribute\UserInterface.exe dist\metin2.exe +COPY /Y build\bin\Distribute\UserInterface.exe dist\metin2.exe rem Copy over the data from the bin directory xcopy bin\ dist\ /Y /Q