From 34ebd6d3aa3f85e7a20682fd75b8ece841e08c4d Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Fri, 21 Mar 2025 19:34:05 -0500 Subject: [PATCH] macOS build --- LANCommander.Build/Nightly.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LANCommander.Build/Nightly.ps1 b/LANCommander.Build/Nightly.ps1 index 79a41335..45199053 100644 --- a/LANCommander.Build/Nightly.ps1 +++ b/LANCommander.Build/Nightly.ps1 @@ -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"