server script fix
This commit is contained in:
parent
5b26183c34
commit
a0f6f56e7e
@ -2,7 +2,7 @@
|
||||
|
||||
public class ServerConfig
|
||||
{
|
||||
public static IOPath ConfigFilePath = "minecraft-launcher.dtsod";
|
||||
public static IOPath ConfigFilePath = "minecraft-launcher-server.dtsod";
|
||||
|
||||
public int LocalPort = 25000;
|
||||
public string LocalIp = "127.0.0.1";
|
||||
|
||||
@ -1 +1,7 @@
|
||||
dotnet publish -c Release -o bin/publish
|
||||
dotnet publish -c release -o bin/publish \
|
||||
--self-contained \
|
||||
--use-current-runtime \
|
||||
-p:PublishSingleFile=true \
|
||||
-p:PublishTrimmed=true \
|
||||
-p:TrimMode=partial \
|
||||
-p:EnableCompressionInSingleFile=true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user