feat(macos): support macOS (#1712)

This commit is contained in:
MaineK00n
2023-09-25 16:51:09 +09:00
committed by GitHub
parent 78b52d6a7f
commit 1832b4ee3a
13 changed files with 668 additions and 68 deletions

View File

@@ -41,6 +41,18 @@ const (
// Windows is
Windows = "windows"
// MacOSX is
MacOSX = "macos_x"
// MacOSXServer is
MacOSXServer = "macos_x_server"
// MacOS is
MacOS = "macos"
// MacOSServer is
MacOSServer = "macos_server"
// OpenSUSE is
OpenSUSE = "opensuse"