X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=build-scripts%2Fbuild-linux.sh;h=961bb37a1c01e12e3e9391968d539d244d6e1b94;hb=c9a719864d0a99a3d63f454f66dc744be6567cdf;hp=a214b73ae5dd04b85630762ae1c32477ef64d2eb;hpb=88609b0eaa4eacbecd47abbc024504a5b7aaf44b;p=casparcg diff --git a/build-scripts/build-linux.sh b/build-scripts/build-linux.sh index a214b73ae..961bb37a1 100755 --- a/build-scripts/build-linux.sh +++ b/build-scripts/build-linux.sh @@ -54,6 +54,7 @@ echo Copying binary dependencies... cp -Rf ../deploy/linux/* "$SERVER_FOLDER/" || fail "Could not copy binary dependencies" cp -f ../deploy/general/*.pdf "$SERVER_FOLDER/" || fail "Could not copy pdf" cp -Rf ../deploy/general/wallpapers "$SERVER_FOLDER/" || fail "Could not copy wallpapers" +cp -Rf ../deploy/general/logos "$SERVER_FOLDER/" || fail "Could not copy logos" cp -Rf ../deploy/general/server/media "$SERVER_FOLDER/" || fail "Could not copy media" cp -Rf ../deploy/general/server/template "$SERVER_FOLDER/" || fail "Could not copy template" cp -Rf ../deploy/general/server/font "$SERVER_FOLDER/" || fail "Could not copy font"