Skip to content

Commit 06d3263

Browse files
committed
Fixed build script again
Remove dir command usage
1 parent 5aebfda commit 06d3263

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

xrbuild.cmd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ cd bin\Win32\Debug
1313
copy *.dll ..\..\..\res\bins\
1414
copy *.exe ..\..\..\res\bins\
1515
cd ..\..\..\
16-
dir
1716
copy License.txt .\res\
1817
copy README.md .\res\
1918
cd res\
@@ -25,19 +24,17 @@ cd bin\Win64\Debug
2524
copy *.dll ..\..\..\res\bins\
2625
copy *.exe ..\..\..\res\bins\
2726
cd ..\..\..\
28-
dir
2927
copy License.txt .\res\
3028
copy README.md .\res\
3129
cd res\
3230
7z a xdOpenXRay.Dx64.7z .\*
3331
goto :END
3432

3533
:RX86
36-
cd bin\Win86\Release
34+
cd bin\Win32\Release
3735
copy *.dll ..\..\..\res\bins\
3836
copy *.exe ..\..\..\res\bins\
3937
cd ..\..\..\
40-
dir
4138
copy License.txt .\res\
4239
copy README.md .\res\
4340
cd res\
@@ -49,7 +46,6 @@ cd bin\Win64\Release
4946
copy *.dll ..\..\..\res\bins\
5047
copy *.exe ..\..\..\res\bins\
5148
cd ..\..\..\
52-
dir
5349
copy License.txt .\res\
5450
copy README.md .\res\
5551
cd res\

0 commit comments

Comments
 (0)