Pavlov VR: update Shack binary name (#452)

This commit is contained in:
Greelan 2023-09-01 11:14:12 +10:00 committed by GitHub
parent d7b0e71a57
commit 891c5550a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 16 deletions

View File

@ -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=

View File

@ -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\""
}
]
]