diff --git a/Tools/package_client_build.py b/Tools/package_client_build.py index a1b1c4c3ec..de30b2273a 100755 --- a/Tools/package_client_build.py +++ b/Tools/package_client_build.py @@ -43,7 +43,8 @@ CLIENT_IGNORED_RESOURCES = { CLIENT_CONTENT_ASSEMBLIES = [ "Content.Client", - "Content.Shared" + "Content.Shared", + "Content.Shared.Database" ] def main() -> None: diff --git a/Tools/package_server_build.py b/Tools/package_server_build.py index b872ed08eb..2314b05d7c 100755 --- a/Tools/package_server_build.py +++ b/Tools/package_server_build.py @@ -63,7 +63,8 @@ SERVER_IGNORED_RESOURCES = { SERVER_CONTENT_ASSEMBLIES = [ "Content.Server.Database", "Content.Server", - "Content.Shared" + "Content.Shared", + "Content.Shared.Database" ] # Extra assemblies to copy on the server, with a startswith