Fix missing assemblies in packaging scripts.
This commit is contained in:
@@ -43,7 +43,8 @@ CLIENT_IGNORED_RESOURCES = {
|
||||
|
||||
CLIENT_CONTENT_ASSEMBLIES = [
|
||||
"Content.Client",
|
||||
"Content.Shared"
|
||||
"Content.Shared",
|
||||
"Content.Shared.Database"
|
||||
]
|
||||
|
||||
def main() -> None:
|
||||
|
||||
Reference in New Issue
Block a user