Unstable v0.19.3.0
This commit is contained in:
10
Deploy/ManualScripts/Linux/DeployLinux.sh
Normal file
10
Deploy/ManualScripts/Linux/DeployLinux.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish LinuxClient.csproj -c Release -clp:"ErrorsOnly;Summary" --self-contained -r linux-x64 \/p:Platform="x64" \/p:RollForward=Disable \/p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish LinuxServer.csproj -c Release -clp:"ErrorsOnly;Summary" --self-contained -r linux-x64 \/p:Platform="x64" \/p:RollForward=Disable \/p:RuntimeFrameworkVersion=3.1.16
|
||||
4
Deploy/ManualScripts/Linux/DeployLinuxServer.sh
Normal file
4
Deploy/ManualScripts/Linux/DeployLinuxServer.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../../../Barotrauma/BarotraumaServer
|
||||
dotnet publish LinuxServer.csproj -c Release --self-contained -r linux-x64 \/p:Platform="x64" \/p:RollForward=Disable \/p:RuntimeFrameworkVersion=3.1.16
|
||||
10
Deploy/ManualScripts/Linux/DeployLinuxUnstable.sh
Normal file
10
Deploy/ManualScripts/Linux/DeployLinuxUnstable.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish LinuxClient.csproj -c Unstable -clp:"ErrorsOnly;Summary" --self-contained -r linux-x64 \/p:Platform="x64" \/p:RollForward=Disable \/p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish LinuxServer.csproj -c Unstable -clp:"ErrorsOnly;Summary" --self-contained -r linux-x64 \/p:Platform="x64" \/p:RollForward=Disable \/p:RuntimeFrameworkVersion=3.1.16
|
||||
10
Deploy/ManualScripts/Linux/DeployMac.sh
Normal file
10
Deploy/ManualScripts/Linux/DeployMac.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish MacClient.csproj -c Release -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 Release -clp:"ErrorsOnly;Summary" --self-contained -r osx-x64 \/p:Platform="x64" \/p:RollForward=Disable \/p:RuntimeFrameworkVersion=3.1.16
|
||||
10
Deploy/ManualScripts/Linux/DeployMacUnstable.sh
Normal file
10
Deploy/ManualScripts/Linux/DeployMacUnstable.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
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
|
||||
10
Deploy/ManualScripts/Linux/DeployWindows.sh
Normal file
10
Deploy/ManualScripts/Linux/DeployWindows.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish WindowsClient.csproj -c Release -clp:"ErrorsOnly;Summary" --self-contained -r win-x64 \/p:Platform="x64" \/p:RollForward=Disable \/p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish WindowsServer.csproj -c Release -clp:"ErrorsOnly;Summary" --self-contained -r win-x64 \/p:Platform="x64" \/p:RollForward=Disable \/p:RuntimeFrameworkVersion=3.1.16
|
||||
10
Deploy/ManualScripts/Linux/DeployWindowsUnstable.sh
Normal file
10
Deploy/ManualScripts/Linux/DeployWindowsUnstable.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish WindowsClient.csproj -c Unstable -clp:"ErrorsOnly;Summary" --self-contained -r win-x64 \/p:Platform="x64" \/p:RollForward=Disable \/p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish WindowsServer.csproj -c Unstable -clp:"ErrorsOnly;Summary" --self-contained -r win-x64 \/p:Platform="x64" \/p:RollForward=Disable \/p:RuntimeFrameworkVersion=3.1.16
|
||||
15
Deploy/ManualScripts/SteamPipeBuildScripts/app_1026340.vdf
Normal file
15
Deploy/ManualScripts/SteamPipeBuildScripts/app_1026340.vdf
Normal file
@@ -0,0 +1,15 @@
|
||||
"appbuild"
|
||||
{
|
||||
"appid" "1026340"
|
||||
"desc" ""
|
||||
"buildoutput" "[steamworks_sdk_install_folder]\sdk\tools\ContentBuilder\output"
|
||||
"contentroot" ""
|
||||
"setlive" ""
|
||||
"preview" "0"
|
||||
"local" ""
|
||||
"depots"
|
||||
{
|
||||
"1026341" "[steamworks_sdk_install_folder]\sdk\tools\ContentBuilder\scripts\depot_1026341.vdf"
|
||||
"1026342" "[steamworks_sdk_install_folder]\sdk\tools\ContentBuilder\scripts\depot_1026342.vdf"
|
||||
}
|
||||
}
|
||||
16
Deploy/ManualScripts/SteamPipeBuildScripts/app_602960.vdf
Normal file
16
Deploy/ManualScripts/SteamPipeBuildScripts/app_602960.vdf
Normal file
@@ -0,0 +1,16 @@
|
||||
"appbuild"
|
||||
{
|
||||
"appid" "602960"
|
||||
"desc" ""
|
||||
"buildoutput" "[steamworks_sdk_install_folder]\sdk\tools\ContentBuilder\output"
|
||||
"contentroot" ""
|
||||
"setlive" ""
|
||||
"preview" "0"
|
||||
"local" ""
|
||||
"depots"
|
||||
{
|
||||
"602961" "[steamworks_sdk_install_folder]\sdk\tools\ContentBuilder\scripts\depot_602961.vdf"
|
||||
"602962" "[steamworks_sdk_install_folder]\sdk\tools\ContentBuilder\scripts\depot_602962.vdf"
|
||||
"602963" "[steamworks_sdk_install_folder]\sdk\tools\ContentBuilder\scripts\depot_602963.vdf"
|
||||
}
|
||||
}
|
||||
16
Deploy/ManualScripts/SteamPipeBuildScripts/depot_1026341.vdf
Normal file
16
Deploy/ManualScripts/SteamPipeBuildScripts/depot_1026341.vdf
Normal file
@@ -0,0 +1,16 @@
|
||||
"DepotBuildConfig"
|
||||
{
|
||||
"DepotID" "1026341"
|
||||
"contentroot" "ReleaseWindows"
|
||||
"FileMapping"
|
||||
{
|
||||
"LocalPath" "*"
|
||||
"DepotPath" "."
|
||||
"recursive" "1"
|
||||
}
|
||||
"FileExclusion" "config_player.xml"
|
||||
"FileExclusion" "Thumbs.db"
|
||||
"FileExclusion" "*.png"
|
||||
"FileExclusion" "*.ogg"
|
||||
"FileExclusion" "*.mp4"
|
||||
}
|
||||
16
Deploy/ManualScripts/SteamPipeBuildScripts/depot_1026342.vdf
Normal file
16
Deploy/ManualScripts/SteamPipeBuildScripts/depot_1026342.vdf
Normal file
@@ -0,0 +1,16 @@
|
||||
"DepotBuildConfig"
|
||||
{
|
||||
"DepotID" "1026342"
|
||||
"contentroot" "ReleaseLinux"
|
||||
"FileMapping"
|
||||
{
|
||||
"LocalPath" "*"
|
||||
"DepotPath" "."
|
||||
"recursive" "1"
|
||||
}
|
||||
"FileExclusion" "config_player.xml"
|
||||
"FileExclusion" "Thumbs.db"
|
||||
"FileExclusion" "*.png"
|
||||
"FileExclusion" "*.ogg"
|
||||
"FileExclusion" "*.mp4"
|
||||
}
|
||||
13
Deploy/ManualScripts/SteamPipeBuildScripts/depot_602961.vdf
Normal file
13
Deploy/ManualScripts/SteamPipeBuildScripts/depot_602961.vdf
Normal file
@@ -0,0 +1,13 @@
|
||||
"DepotBuildConfig"
|
||||
{
|
||||
"DepotID" "602961"
|
||||
"contentroot" "ReleaseWindows"
|
||||
"FileMapping"
|
||||
{
|
||||
"LocalPath" "*"
|
||||
"DepotPath" "."
|
||||
"recursive" "1"
|
||||
}
|
||||
"FileExclusion" "config_player.xml"
|
||||
"FileExclusion" "Thumbs.db"
|
||||
}
|
||||
13
Deploy/ManualScripts/SteamPipeBuildScripts/depot_602962.vdf
Normal file
13
Deploy/ManualScripts/SteamPipeBuildScripts/depot_602962.vdf
Normal file
@@ -0,0 +1,13 @@
|
||||
"DepotBuildConfig"
|
||||
{
|
||||
"DepotID" "602962"
|
||||
"contentroot" "ReleaseLinux"
|
||||
"FileMapping"
|
||||
{
|
||||
"LocalPath" "*"
|
||||
"DepotPath" "."
|
||||
"recursive" "1"
|
||||
}
|
||||
"FileExclusion" "config_player.xml"
|
||||
"FileExclusion" "Thumbs.db"
|
||||
}
|
||||
17
Deploy/ManualScripts/SteamPipeBuildScripts/depot_602963.vdf
Normal file
17
Deploy/ManualScripts/SteamPipeBuildScripts/depot_602963.vdf
Normal file
@@ -0,0 +1,17 @@
|
||||
"DepotBuildConfig"
|
||||
{
|
||||
"DepotID" "602963"
|
||||
"contentroot" "ReleaseMac"
|
||||
"FileMapping"
|
||||
{
|
||||
"LocalPath" "*"
|
||||
"DepotPath" "."
|
||||
"recursive" "1"
|
||||
}
|
||||
"FileExclusion" "config_player.xml"
|
||||
"FileExclusion" "Thumbs.db"
|
||||
"FileExclusion" ".DS_Store"
|
||||
"FileExclusion" "__MACOSX"
|
||||
|
||||
"InstallScript" "Barotrauma.app\installscript.vdf"
|
||||
}
|
||||
12
Deploy/ManualScripts/Windows/DeployLinux.bat
Normal file
12
Deploy/ManualScripts/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 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish LinuxServer.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r linux-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
12
Deploy/ManualScripts/Windows/DeployLinuxUnstable.bat
Normal file
12
Deploy/ManualScripts/Windows/DeployLinuxUnstable.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@ECHO OFF
|
||||
|
||||
cd ../../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish LinuxClient.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r linux-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish LinuxServer.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r linux-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
12
Deploy/ManualScripts/Windows/DeployMac.bat
Normal file
12
Deploy/ManualScripts/Windows/DeployMac.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@ECHO OFF
|
||||
|
||||
cd ../../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish MacClient.csproj -c Release -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 Release -clp:ErrorsOnly;Summary --self-contained -r osx-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
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
|
||||
12
Deploy/ManualScripts/Windows/DeployWindows.bat
Normal file
12
Deploy/ManualScripts/Windows/DeployWindows.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@ECHO OFF
|
||||
|
||||
cd ../../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish WindowsClient.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r win-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish WindowsServer.csproj -c Release -clp:ErrorsOnly;Summary --self-contained -r win-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
6
Deploy/ManualScripts/Windows/DeployWindowsServer.bat
Normal file
6
Deploy/ManualScripts/Windows/DeployWindowsServer.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@ECHO OFF
|
||||
|
||||
cd ../../../Barotrauma/BarotraumaServer
|
||||
dotnet publish WindowsServer.csproj -c Release --self-contained -r win-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
12
Deploy/ManualScripts/Windows/DeployWindowsUnstable.bat
Normal file
12
Deploy/ManualScripts/Windows/DeployWindowsUnstable.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@ECHO OFF
|
||||
|
||||
cd ../../../Barotrauma
|
||||
|
||||
cd BarotraumaClient
|
||||
dotnet publish WindowsClient.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r win-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
cd ..
|
||||
cd BarotraumaServer
|
||||
dotnet publish WindowsServer.csproj -c Unstable -clp:ErrorsOnly;Summary --self-contained -r win-x64 /p:Platform=x64 /p:RollForward=Disable /p:RuntimeFrameworkVersion=3.1.16
|
||||
|
||||
PAUSE
|
||||
Reference in New Issue
Block a user