Fix missing assemblies in packaging scripts.
This commit is contained in:
@@ -43,7 +43,8 @@ CLIENT_IGNORED_RESOURCES = {
|
|||||||
|
|
||||||
CLIENT_CONTENT_ASSEMBLIES = [
|
CLIENT_CONTENT_ASSEMBLIES = [
|
||||||
"Content.Client",
|
"Content.Client",
|
||||||
"Content.Shared"
|
"Content.Shared",
|
||||||
|
"Content.Shared.Database"
|
||||||
]
|
]
|
||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
|
|||||||
@@ -63,7 +63,8 @@ SERVER_IGNORED_RESOURCES = {
|
|||||||
SERVER_CONTENT_ASSEMBLIES = [
|
SERVER_CONTENT_ASSEMBLIES = [
|
||||||
"Content.Server.Database",
|
"Content.Server.Database",
|
||||||
"Content.Server",
|
"Content.Server",
|
||||||
"Content.Shared"
|
"Content.Shared",
|
||||||
|
"Content.Shared.Database"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Extra assemblies to copy on the server, with a startswith
|
# Extra assemblies to copy on the server, with a startswith
|
||||||
|
|||||||
Reference in New Issue
Block a user