]> git.sesse.net Git - casparcg/blobdiff - build-scripts/build-windows.bat
[scene] Fixed element name in XML Schema
[casparcg] / build-scripts / build-windows.bat
index 292932f6c6381664ef6ae6222aa62041ade080fb..a1417e442daac6c06cf8f25a873dd7c8baa67cb8 100644 (file)
@@ -45,8 +45,10 @@ 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\casparcg_auto_restart.bat "%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
 xcopy shell\locales "%SERVER_FOLDER%\Server\locales" /E /I /Y || goto :error
 
 :: Copy documentation