From 891c5550a41d32d9c7339855ab9079b0d783f023 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Fri, 1 Sep 2023 11:14:12 +1000 Subject: [PATCH] Pavlov VR: update Shack binary name (#452) --- pavlov-vr.kvp | 2 +- pavlov-vrupdates.json | 16 +--------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/pavlov-vr.kvp b/pavlov-vr.kvp index 77a1487..37759f9 100755 --- a/pavlov-vr.kvp +++ b/pavlov-vr.kvp @@ -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= diff --git a/pavlov-vrupdates.json b/pavlov-vrupdates.json index 2965c3c..2050117 100755 --- a/pavlov-vrupdates.json +++ b/pavlov-vrupdates.json @@ -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\"" } -] \ No newline at end of file +]