]> git.sesse.net Git - casparcg/blobdiff - build-scripts/build-windows.bat
Fixed build script error on Windows
[casparcg] / 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