]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add freebsd-x64 server packaging target (#31237)
authorPartmedia <kevinz5000@gmail.com>
Tue, 20 Aug 2024 21:35:59 +0000 (13:35 -0800)
committerGitHub <noreply@github.com>
Tue, 20 Aug 2024 21:35:59 +0000 (23:35 +0200)
Content.Packaging/ServerPackaging.cs

index 1a04c745d127e2c604e0781e2814e7c56a3599ca..3ca53225dedd5ef091177a9487ec24a19364de3e 100644 (file)
@@ -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<string> PlatformRids => Platforms