Format Style Fixes
This commit is contained in:
@@ -6,4 +6,3 @@
|
||||
"logRequests": true,
|
||||
"serverImagePathOverride": {}
|
||||
}
|
||||
|
||||
|
||||
@@ -2,4 +2,3 @@
|
||||
"ip": "0.0.0.0",
|
||||
"port": 6969
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<ItemGroup>
|
||||
<InternalsVisibleTo Include="UnitTests" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
<!--
|
||||
Modified Target to skip Ceciler obfuscation on non-Windows systems.
|
||||
Ceciler.Launcher.dll is typically Windows-only and will fail on Linux ARM.
|
||||
@@ -46,7 +46,7 @@
|
||||
Condition="'$(OS)' == 'Windows_NT'"
|
||||
Command="dotnet "$(MSBuildProjectDirectory)/../../Ceciler/Ceciler.Launcher.dll" "$(OutDir)SPTarkov.Server.Core.dll" "$(MSBuildProjectDirectory)/../../Patches/Ceciler.Virtualizer/bin/$(Configuration)/$(TargetFramework)/Ceciler.Virtualizer.dll""
|
||||
/>
|
||||
|
||||
|
||||
<!-- Run ExtensionData patch (Only on Windows) -->
|
||||
<Exec
|
||||
ConsoleToMsBuild="true"
|
||||
@@ -68,4 +68,4 @@
|
||||
Overwrite="true"
|
||||
/>
|
||||
</Target>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user