echo Copying binaries...
cp -f shell/lib* "$SERVER_FOLDER/lib/" || fail "Could not copy server libraries"
cp -f shell/*.ttf "$SERVER_FOLDER/" || fail "Could not copy font(s)"
+cp -f shell/*.pak "$SERVER_FOLDER/" || fail "Could not copy font(s)"
cp -f shell/casparcg "$SERVER_FOLDER/bin/" || fail "Could not copy server executable"
cp -f shell/casparcg.config "$SERVER_FOLDER/" || fail "Could not copy server config"
cp -Rf shell/locales "$SERVER_FOLDER/bin/" || fail "Could not copy server CEF locales"
copy shell\RelWithDebInfo\libcef.dll.pdb "%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