]> git.sesse.net Git - casparcg/blobdiff - build-scripts/build-windows.bat
Merge branch '2.1.0' of https://github.com/CasparCG/Server into 2.1.0
[casparcg] / build-scripts / build-windows.bat
index 8830d34a9ebfcac38a4be0951bf6f91c10323d80..a1417e442daac6c06cf8f25a873dd7c8baa67cb8 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\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