]> git.sesse.net Git - casparcg/commitdiff
Fixed build script error on Windows
authorHelge Norberg <helge.norberg@svt.se>
Tue, 24 Jan 2017 17:18:22 +0000 (18:18 +0100)
committerHelge Norberg <helge.norberg@svt.se>
Tue, 24 Jan 2017 17:18:22 +0000 (18:18 +0100)
build-scripts/build-windows.bat

index 40a80c9e00a5bf16fe0fe9e2c55816e5e2ea35e6..a1417e442daac6c06cf8f25a873dd7c8baa67cb8 100644 (file)
@@ -45,7 +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_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