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
13
13
copy *.dll ..\..\..\res\bins\
14
14
copy *.exe ..\..\..\res\bins\
15
15
cd ..\..\..\
16
- dir
17
16
copy License.txt .\res\
18
17
copy README.md .\res\
19
18
cd res\
@@ -25,19 +24,17 @@ cd bin\Win64\Debug
25
24
copy *.dll ..\..\..\res\bins\
26
25
copy *.exe ..\..\..\res\bins\
27
26
cd ..\..\..\
28
- dir
29
27
copy License.txt .\res\
30
28
copy README.md .\res\
31
29
cd res\
32
30
7z a xdOpenXRay.Dx64.7z .\*
33
31
goto :END
34
32
35
33
:RX86
36
- cd bin\Win86 \Release
34
+ cd bin\Win32 \Release
37
35
copy *.dll ..\..\..\res\bins\
38
36
copy *.exe ..\..\..\res\bins\
39
37
cd ..\..\..\
40
- dir
41
38
copy License.txt .\res\
42
39
copy README.md .\res\
43
40
cd res\
@@ -49,7 +46,6 @@ cd bin\Win64\Release
49
46
copy *.dll ..\..\..\res\bins\
50
47
copy *.exe ..\..\..\res\bins\
51
48
cd ..\..\..\
52
- dir
53
49
copy License.txt .\res\
54
50
copy README.md .\res\
55
51
cd res\
You can’t perform that action at this time.
0 commit comments