Pavlov VR: update Shack binary name (#452)
This commit is contained in:
parent
d7b0e71a57
commit
891c5550a4
@ -28,7 +28,7 @@ App.RootDir=./pavlovserver/
|
||||
App.BaseDirectory=./pavlovserver/622970/
|
||||
App.SteamWorkshopDownloadLocation=
|
||||
App.ExecutableWin=
|
||||
App.ExecutableLinux=622970/Pavlov/Binaries/Linux/PavlovServer
|
||||
App.ExecutableLinux=622970/Pavlov/Binaries/Linux/PavlovServer-Linux-Shipping
|
||||
App.WorkingDir=622970
|
||||
App.LinuxCommandLineArgs=
|
||||
App.WindowsCommandLineArgs=
|
||||
|
@ -1,11 +1,4 @@
|
||||
[
|
||||
{
|
||||
"UpdateStageName":"PC Server Binary Symlink Removal",
|
||||
"UpdateSourcePlatform":"Linux",
|
||||
"UpdateSource":"Executable",
|
||||
"UpdateSourceData":"/bin/bash",
|
||||
"UpdateSourceArgs":"-c 'rm {{$FullBaseDir}}Pavlov/Binaries/Linux/PavlovServer'"
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"SteamCMD Download",
|
||||
"UpdateSourcePlatform":"Linux",
|
||||
@ -44,13 +37,6 @@
|
||||
"UpdateSourceTarget":"{{$FullBaseDir}}Pavlov/Saved/Config/LinuxServer",
|
||||
"OverwriteExistingFiles":false
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"PC Server Binary Symlink Creation",
|
||||
"UpdateSourcePlatform":"Linux",
|
||||
"UpdateSource":"Executable",
|
||||
"UpdateSourceData":"/bin/ln",
|
||||
"UpdateSourceArgs":"-s \"{{$FullBaseDir}}Pavlov/Binaries/Linux/PavlovServer-Linux-Shipping\" \"{{$FullBaseDir}}Pavlov/Binaries/Linux/PavlovServer\""
|
||||
},
|
||||
{
|
||||
"UpdateStageName":"Shared Library Symlink Creation",
|
||||
"UpdateSourcePlatform":"Linux",
|
||||
@ -58,4 +44,4 @@
|
||||
"UpdateSourceData":"/bin/ln",
|
||||
"UpdateSourceArgs":"-sf /usr/lib/x86_64-linux-gnu/libc++.so.1 \"{{$FullBaseDir}}linux64/libc++.so\""
|
||||
}
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user