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: