From 711fbd35f16d6d3affa84b784e7dfa7aa3dc0e5e Mon Sep 17 00:00:00 2001 From: Helge Norberg Date: Mon, 15 Aug 2016 13:17:11 +0200 Subject: [PATCH] Include CEF .pak files in builds --- build-scripts/build-linux.sh | 1 + build-scripts/build-windows.bat | 1 + 2 files changed, 2 insertions(+) diff --git a/build-scripts/build-linux.sh b/build-scripts/build-linux.sh index bc75a81a6..0ee553c1a 100755 --- a/build-scripts/build-linux.sh +++ b/build-scripts/build-linux.sh @@ -44,6 +44,7 @@ mkdir "$SERVER_FOLDER/lib" || fail "Could not create $SERVER_FOLDER/lib" 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" diff --git a/build-scripts/build-windows.bat b/build-scripts/build-windows.bat index 0ab6e95b8..1274a8770 100644 --- a/build-scripts/build-windows.bat +++ b/build-scripts/build-windows.bat @@ -48,6 +48,7 @@ copy shell\RelWithDebInfo\casparcg.pdb "%SERVER_FOLDER%\Server" || goto :error 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 -- 2.39.2