File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ cd bin\Win32\Debug
1313copy *.dll ..\..\..\res\bins\
1414copy *.exe ..\..\..\res\bins\
1515cd ..\..\..\
16- dir
1716copy License.txt .\res\
1817copy README.md .\res\
1918cd res\
@@ -25,19 +24,17 @@ cd bin\Win64\Debug
2524copy *.dll ..\..\..\res\bins\
2625copy *.exe ..\..\..\res\bins\
2726cd ..\..\..\
28- dir
2927copy License.txt .\res\
3028copy README.md .\res\
3129cd res\
32307z a xdOpenXRay.Dx64.7z .\*
3331goto :END
3432
3533:RX86
36- cd bin\Win86 \Release
34+ cd bin\Win32 \Release
3735copy *.dll ..\..\..\res\bins\
3836copy *.exe ..\..\..\res\bins\
3937cd ..\..\..\
40- dir
4138copy License.txt .\res\
4239copy README.md .\res\
4340cd res\
@@ -49,7 +46,6 @@ cd bin\Win64\Release
4946copy *.dll ..\..\..\res\bins\
5047copy *.exe ..\..\..\res\bins\
5148cd ..\..\..\
52- dir
5349copy License.txt .\res\
5450copy README.md .\res\
5551cd res\
You can’t perform that action at this time.
0 commit comments