File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,8 @@ pushd %SystemDrive%\buildsd
18
18
set /p Version = < version.txt
19
19
dub build --compiler=ldc2 --arch=x86
20
20
21
- if exist windows del /S /Q windows
22
- mkdir windows
23
- copy serve-d.exe windows\serve-d.exe
24
- copy libcurl.dll windows\libcurl.dll
25
- copy libeay32.dll windows\libeay32.dll
26
- copy ssleay32.dll windows\ssleay32.dll
27
-
28
21
if exist windows.zip del windows.zip
29
- powershell -nologo -noprofile -command " & { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('windows ', 'windows.zip'); }"
22
+ powershell -nologo -noprofile -command " & { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::CreateFromDirectory('bin ', 'windows.zip'); }"
30
23
popd
31
24
32
25
move %SystemDrive% \buildsd\windows.zip " serve-d_%Version% -windows.zip"
You can’t perform that action at this time.
0 commit comments