]> git.sesse.net Git - casparcg/commitdiff
Included libcef.dll.pdb to get stack traces for CEF code (at least temporarily while...
authorHelge Norberg <helge.norberg@svt.se>
Mon, 16 Nov 2015 18:15:07 +0000 (19:15 +0100)
committerHelge Norberg <helge.norberg@svt.se>
Mon, 16 Nov 2015 18:15:07 +0000 (19:15 +0100)
build-scripts/build-windows.bat

index 292932f6c6381664ef6ae6222aa62041ade080fb..0ab6e95b8f8caad2a7a69e9eff61dc22c5ad16a8 100644 (file)
@@ -45,6 +45,7 @@ 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
 xcopy shell\locales "%SERVER_FOLDER%\Server\locales" /E /I /Y || goto :error
@@ -57,7 +58,7 @@ copy ..\README "%SERVER_FOLDER%" || goto :error
 
 :: Create zip file
 echo Creating zip...
-"%BUILD_7ZIP%" a "%BUILD_ARCHIVE_NAME%.zip" "%SERVER_FOLDER%" || goto :error
+"%BUILD_7ZIP%" a "%BUILD_ARCHIVE_NAME%.7z" "%SERVER_FOLDER%" || goto :error
 
 :: Skip exiting with failure
 goto :EOF