Unstable v0.19.3.0
This commit is contained in:
12
Deploy/ManualScripts/Windows/DeployMacUnstable.bat
Normal file
12
Deploy/ManualScripts/Windows/DeployMacUnstable.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@ECHO OFF
|
||||
|
||||
cd ../../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish MacClient.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r osx-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish MacServer.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r osx-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
Reference in New Issue
Block a user