]> git.sesse.net Git - casparcg/blobdiff - build-scripts/build-linux.sh
Fixed copy-paste error
[casparcg] / build-scripts / build-linux.sh
index bc75a81a63bfbb71e446dc4ac30d1f81c2c608bc..338d9780a0504fb2f8c29063460a95ec2521c51a 100755 (executable)
@@ -47,6 +47,7 @@ cp -f  shell/*.ttf "$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"
+cp -f  shell/*.pak "$SERVER_FOLDER/" || fail "Could not copy CEF resources"
 
 # Copy binary dependencies
 echo Copying binary dependencies...