From: Partmedia Date: Tue, 20 Aug 2024 21:35:59 +0000 (-0800) Subject: Add freebsd-x64 server packaging target (#31237) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9c29f9b028a46b48f3189c250b9d60a1872f9192;p=space-station-14.git Add freebsd-x64 server packaging target (#31237) --- diff --git a/Content.Packaging/ServerPackaging.cs b/Content.Packaging/ServerPackaging.cs index 1a04c745d1..3ca53225de 100644 --- a/Content.Packaging/ServerPackaging.cs +++ b/Content.Packaging/ServerPackaging.cs @@ -22,6 +22,7 @@ public static class ServerPackaging new PlatformReg("win-x86", "Windows", false), new PlatformReg("linux-x86", "Linux", false), new PlatformReg("linux-arm", "Linux", false), + new PlatformReg("freebsd-x64", "FreeBSD", false), }; private static List PlatformRids => Platforms