Skip to content

Commit c283c2e

Browse files
authored
Update binary path
1 parent 5bfb21c commit c283c2e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

release.bat

+1-8
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,8 @@ pushd %SystemDrive%\buildsd
1818
set /p Version=<version.txt
1919
dub build --compiler=ldc2 --arch=x86
2020

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-
2821
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'); }"
3023
popd
3124

3225
move %SystemDrive%\buildsd\windows.zip "serve-d_%Version%-windows.zip"

0 commit comments

Comments
 (0)