diff --git a/Content.Packaging/ServerPackaging.cs b/Content.Packaging/ServerPackaging.cs index 1a04c745d127..3ca53225dedd 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