]> git.sesse.net Git - casparcg/commitdiff
[general] Copy casparcg_auto_restart.bat into Windows releases
authorHelge Norberg <helge.norberg@svt.se>
Tue, 24 Jan 2017 16:20:44 +0000 (17:20 +0100)
committerHelge Norberg <helge.norberg@svt.se>
Tue, 24 Jan 2017 16:20:44 +0000 (17:20 +0100)
CHANGELOG
build-scripts/build-windows.bat

index f9c56ccf10c416c4ab1e796443cb7d255052f219..00faa7fd2de7c196a46279e570470e6d72d14360 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,6 +21,7 @@ General
     for consistency with the rest of the configuration (Jesper Stærkær).\r
   o Handle stdin EOF as EXIT.\r
   o Added support for RESTART in Linux startup script run.sh.\r
+  o Copy casparcg_auto_restart.bat into Windows releases.\r
 \r
 Consumers\r
 ---------\r
index 8830d34a9ebfcac38a4be0951bf6f91c10323d80..40a80c9e00a5bf16fe0fe9e2c55816e5e2ea35e6 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