From 4e1993fe25f098755ca6f53f7edc588f00e161ea Mon Sep 17 00:00:00 2001 From: Vilsol Date: Wed, 6 Dec 2023 05:51:23 +0200 Subject: [PATCH] fix: update platform version paths (#41) --- cli/platforms.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/platforms.go b/cli/platforms.go index a3f28a9..304bd40 100644 --- a/cli/platforms.go +++ b/cli/platforms.go @@ -9,11 +9,11 @@ type Platform struct { var platforms = []Platform{ { - VersionPath: filepath.Join("Engine", "Binaries", "Linux", "UE4Server-Linux-Shipping.version"), + VersionPath: filepath.Join("Engine", "Binaries", "Linux", "UnrealServer-Linux-Shipping.version"), LockfilePath: filepath.Join("FactoryGame", "Mods"), }, { - VersionPath: filepath.Join("Engine", "Binaries", "Win64", "UE4Server-Win64-Shipping.version"), + VersionPath: filepath.Join("Engine", "Binaries", "Win64", "UnrealServer-Win64-Shipping.version"), LockfilePath: filepath.Join("FactoryGame", "Mods"), }, {