]> git.sesse.net Git - casparcg/commitdiff
Include CEF .pak files in builds
authorHelge Norberg <helge.norberg@svt.se>
Mon, 15 Aug 2016 11:17:11 +0000 (13:17 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Mon, 15 Aug 2016 11:17:11 +0000 (13:17 +0200)
build-scripts/build-linux.sh
build-scripts/build-windows.bat

index bc75a81a63bfbb71e446dc4ac30d1f81c2c608bc..0ee553c1a6186b310c208154d7084e782fcc3753 100755 (executable)
@@ -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"
index 0ab6e95b8f8caad2a7a69e9eff61dc22c5ad16a8..1274a877094066cfd3033333c933b42e18a81330 100644 (file)
@@ -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