(61d00a474) v0.9.7.1
This commit is contained in:
12
Deploy/Windows/DeployLinux.bat
Normal file
12
Deploy/Windows/DeployLinux.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@ECHO OFF
|
||||
|
||||
cd ../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish LinuxClient.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r linux-x64 /p:Platform=x64
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish LinuxServer.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r linux-x64 /p:Platform=x64
|
||||
|
||||
PAUSE
|
||||
Reference in New Issue
Block a user