Updated build script
This commit is contained in:
parent
0a2248cfac
commit
c4236ba185
3
.gitignore
vendored
3
.gitignore
vendored
@ -375,5 +375,6 @@ FodyWeavers.xsd
|
|||||||
!extern
|
!extern
|
||||||
!extern/**
|
!extern/**
|
||||||
|
|
||||||
# Build directory
|
# Build directories
|
||||||
build/
|
build/
|
||||||
|
dist/
|
||||||
|
@ -31,7 +31,7 @@ msbuild Metin2Client.sln /p:Configuration=Distribute /p:Platform="Win32"
|
|||||||
rem Start assembling the client package
|
rem Start assembling the client package
|
||||||
RMDIR /S /Q dist
|
RMDIR /S /Q dist
|
||||||
MKDIR 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
|
rem Copy over the data from the bin directory
|
||||||
xcopy bin\ dist\ /Y /Q
|
xcopy bin\ dist\ /Y /Q
|
||||||
|
Loading…
Reference in New Issue
Block a user