Skip to content

Commit

Permalink
Add OpenDreamPackaging DLL to packaging script (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
wixoaGit authored Dec 26, 2023
1 parent 2bd8710 commit 1bb067f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenDreamPackageTool/ServerPackaging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public static class ServerPackaging {
"OpenDreamServer",
"OpenDreamShared",
"OpenDreamRuntime",
"OpenDreamPackaging",
"Byond.TopicSender",
"Microsoft.Extensions.Logging.Abstractions", // dep of Byond.TopicSender
"Microsoft.Extensions.DependencyInjection.Abstractions", // dep of above
Expand All @@ -44,6 +45,7 @@ public static class ServerPackaging {
"OpenDreamServer",
"OpenDreamShared",
"OpenDreamRuntime",
"OpenDreamPackaging",
"Byond.TopicSender",
"Microsoft.Extensions.Logging.Abstractions", // dep of Byond.TopicSender
"Microsoft.Extensions.DependencyInjection.Abstractions", // dep of above
Expand Down

0 comments on commit 1bb067f

Please sign in to comment.