The small innocent change that broke the packaging workflow and surely there's nothing else going to break from this.

This commit is contained in:
Pieter-Jan Briers
2023-12-25 18:18:53 +01:00
parent 15b377dbd6
commit d593ffbb47

View File

@@ -106,8 +106,8 @@ def build_windows(skip_build: bool) -> None:
"Robust.Client.WebView.runtimeconfig.json",
"Robust.Client.WebView.pdb",
"Robust.Client.WebView.deps.json",
"Xilium.CefGlue.dll",
"Xilium.CefGlue.pdb",
"SpaceWizards.CefGlue.dll",
"SpaceWizards.CefGlue.pdb",
# These are copies of regular Robust dlls that Robust.Client.WebView needs when ran on its own.
"Robust.Client.dll",
"Robust.Shared.dll",
@@ -162,8 +162,8 @@ def build_linux(skip_build: bool) -> None:
"Robust.Client.WebView.pdb",
"Robust.Client.WebView",
"Robust.Client.WebView.deps.json",
"Xilium.CefGlue.dll",
"Xilium.CefGlue.pdb",
"SpaceWizards.CefGlue.dll",
"SpaceWizards.CefGlue.pdb",
# These are copies of regular Robust dlls that Robust.Client.WebView needs when ran on its own.
"Robust.Client.dll",
"Robust.Shared.dll",