Skip to content

Commit

Permalink
Add freebsd-x64 server packaging target (#31237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Partmedia authored Aug 20, 2024
1 parent 5697e19 commit 9c29f9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Packaging/ServerPackaging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c29f9b

Please sign in to comment.