Skip to content

Commit

Permalink
Fixed build script again
Browse files Browse the repository at this point in the history
Remove dir command usage
  • Loading branch information
Xottab-DUTY committed Dec 12, 2017
1 parent 5aebfda commit 06d3263
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions xrbuild.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ cd bin\Win32\Debug
copy *.dll ..\..\..\res\bins\
copy *.exe ..\..\..\res\bins\
cd ..\..\..\
dir
copy License.txt .\res\
copy README.md .\res\
cd res\
Expand All @@ -25,19 +24,17 @@ cd bin\Win64\Debug
copy *.dll ..\..\..\res\bins\
copy *.exe ..\..\..\res\bins\
cd ..\..\..\
dir
copy License.txt .\res\
copy README.md .\res\
cd res\
7z a xdOpenXRay.Dx64.7z .\*
goto :END

:RX86
cd bin\Win86\Release
cd bin\Win32\Release
copy *.dll ..\..\..\res\bins\
copy *.exe ..\..\..\res\bins\
cd ..\..\..\
dir
copy License.txt .\res\
copy README.md .\res\
cd res\
Expand All @@ -49,7 +46,6 @@ cd bin\Win64\Release
copy *.dll ..\..\..\res\bins\
copy *.exe ..\..\..\res\bins\
cd ..\..\..\
dir
copy License.txt .\res\
copy README.md .\res\
cd res\
Expand Down

0 comments on commit 06d3263

Please sign in to comment.