Files
LuaCsForBarotraumaEP/Deploy/Linux/DeployMacUnstable.sh
2020-01-20 11:35:15 -03:00

11 lines
261 B
Bash

#!/bin/sh
cd ../../Barotrauma
cd BarotraumaClient
dotnet publish MacClient.csproj -c Unstable --self-contained -r osx-x64 \/p:Platform="x64"
cd ..
cd BarotraumaServer
dotnet publish MacServer.csproj -c Unstable --self-contained -r osx-x64 \/p:Platform="x64"