Cleaned up project, added configuration utility #12

Merged
Exynox merged 6 commits from nightly into master 2024-12-14 20:54:10 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit c4236ba185 - Show all commits

3
.gitignore vendored
View File

@ -375,5 +375,6 @@ FodyWeavers.xsd
!extern
!extern/**
# Build directory
# Build directories
build/
dist/

View File

@ -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