From 7706e9d9217db07b8864b42f51598f169b361d47 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Mon, 27 Mar 2023 01:26:21 +1100 Subject: [PATCH] Revert Windows support (#315) --- openttd.kvp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openttd.kvp b/openttd.kvp index 2414b33..163cb39 100644 --- a/openttd.kvp +++ b/openttd.kvp @@ -1,6 +1,6 @@ Meta.DisplayName=OpenTTD Meta.Description=OpenTTD Dedicated Server -Meta.OS=Windows, Linux +Meta.OS=Linux Meta.Arch=x86_64 Meta.Author=Greelan, DARKACE Meta.URL=https://www.openttd.org/ @@ -12,8 +12,8 @@ Meta.ConfigRoot=openttd.kvp Meta.MinAMPVersion=2.4.1.4 Meta.SpecificDockerImage= Meta.DockerRequired=False -Meta.ContainerPolicy=RequiredOnWindows,SupportedOnLinux -Meta.ContainerPolicyReason=AMP's console is unable to provide console input or output on Windows for the OpenTTD server, which is needed for proper functioning. It is able to do so on Linux, therefore Docker is required on Windows. +Meta.ContainerPolicy=SupportedOnLinux +Meta.ContainerPolicyReason= Meta.Prerequsites=[] Meta.ConfigReleaseState=NotSpecified Meta.NoCommercialUsage=False