File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ await ProcessHelpers.RunCheck(new ProcessStartInfo
2828 ArgumentList =
2929 {
3030 "build" ,
31- Path . Combine ( "Content.Omu.Client, Content.Omu.Client.csproj" ) , // Omu
31+ Path . Combine ( "Content.Omu.Client" , " Content.Omu.Client.csproj") , // Omu
3232 "-c" , configuration ,
3333 "--nologo" ,
3434 "/v:m" ,
@@ -77,7 +77,7 @@ public static async Task WriteResources(
7777 // Goob edit start
7878 // thanks 'dletandas'
7979 var sourcePath = Path . Combine ( contentDir , "bin" , "Content.Client" ) ;
80- var deps = DepsHandler . Load ( Path . Combine ( sourcePath , "Content.Goobstation .Client.deps.json" ) ) ;
80+ var deps = DepsHandler . Load ( Path . Combine ( sourcePath , "Content.Omu .Client.deps.json" ) ) ; // omu
8181 var contentAssemblies = ServerPackaging . GetContentAssemblyNamesToCopy ( deps , "Client" ) ;
8282 // Good edit end
8383
You can’t perform that action at this time.
0 commit comments