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"), }, {