X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=build-scripts%2Fbuild-windows.bat;h=8830d34a9ebfcac38a4be0951bf6f91c10323d80;hb=58600c62a3fc8a595a8ecab72ea5a4b87aace14f;hp=1274a877094066cfd3033333c933b42e18a81330;hpb=db6ae747c77703ab44d630baa190a9aba7e08ca3;p=casparcg diff --git a/build-scripts/build-windows.bat b/build-scripts/build-windows.bat index 1274a8770..8830d34a9 100644 --- a/build-scripts/build-windows.bat +++ b/build-scripts/build-windows.bat @@ -45,7 +45,6 @@ echo Copying binaries... copy shell\*.dll "%SERVER_FOLDER%\Server" || goto :error copy shell\RelWithDebInfo\casparcg.exe "%SERVER_FOLDER%\Server" || goto :error copy shell\RelWithDebInfo\casparcg.pdb "%SERVER_FOLDER%\Server" || goto :error -copy shell\RelWithDebInfo\libcef.dll.pdb "%SERVER_FOLDER%\Server" || goto :error copy shell\casparcg.config "%SERVER_FOLDER%\Server" || goto :error copy shell\*.ttf "%SERVER_FOLDER%\Server" || goto :error copy shell\*.pak "%SERVER_FOLDER%\Server" || goto :error @@ -59,7 +58,7 @@ copy ..\README "%SERVER_FOLDER%" || goto :error :: Create zip file echo Creating zip... -"%BUILD_7ZIP%" a "%BUILD_ARCHIVE_NAME%.7z" "%SERVER_FOLDER%" || goto :error +"%BUILD_7ZIP%" a "%BUILD_ARCHIVE_NAME%.zip" "%SERVER_FOLDER%" || goto :error :: Skip exiting with failure goto :EOF