mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user