From 07d6fed71267f9a06bd45e254eff3145f8ee270f Mon Sep 17 00:00:00 2001 From: Brendan McShane Date: Sat, 20 Nov 2021 18:24:41 -0500 Subject: [PATCH] Fix for build command --- .../Commands/Actions/GetTargetPlatformInformation.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElectronNET.CLI/Commands/Actions/GetTargetPlatformInformation.cs b/ElectronNET.CLI/Commands/Actions/GetTargetPlatformInformation.cs index 159a44d..020110b 100644 --- a/ElectronNET.CLI/Commands/Actions/GetTargetPlatformInformation.cs +++ b/ElectronNET.CLI/Commands/Actions/GetTargetPlatformInformation.cs @@ -29,7 +29,7 @@ namespace ElectronNET.CLI.Commands.Actions break; case "osx-arm64": netCorePublishRid = "osx-arm64"; - electronPackerPlatform = "darwin-arm64"; + electronPackerPlatform = "mac"; break; case "linux": netCorePublishRid = "linux-x64"; @@ -56,7 +56,7 @@ namespace ElectronNET.CLI.Commands.Actions { //Apple Silicon Mac: netCorePublishRid = "osx-arm64"; - electronPackerPlatform = "darwin-arm64"; + electronPackerPlatform = "mac"; } else{ //Intel Mac: