macOS build
This commit is contained in:
parent
3895c94542
commit
34ebd6d3aa
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ $BuildTargets =
|
|||
@{ Platform = 'Windows'; Architecture = 'arm64'; Runtime = 'win' },
|
||||
@{ Platform = 'Linux'; Architecture = 'x64'; Runtime = 'linux' },
|
||||
@{ Platform = 'Linux'; Architecture = 'arm64'; Runtime = 'linux' },
|
||||
@{ Platform = 'Windows'; Architecture = 'x64'; Runtime = 'osx' },
|
||||
@{ Platform = 'Windows'; Architecture = 'arm64'; Runtime = 'osx' }
|
||||
@{ Platform = 'macOS'; Architecture = 'x64'; Runtime = 'osx' },
|
||||
@{ Platform = 'macOS'; Architecture = 'arm64'; Runtime = 'osx' }
|
||||
|
||||
Write-Host "Building Targets"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue