From d69a3e85225909dc328b6a84025d45a37d79aa13 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 5 Dec 2025 22:02:03 -0600 Subject: [PATCH] chore: update artifact naming for macOS in package.json - Modified the artifactName format to specify 'mac' in the naming convention for clarity and consistency in builds. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0da9252..5b02ba2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ] }, "identity": null, - "artifactName": "ReticulumMeshChat-v${version}-${os}-${arch}.${ext}", + "artifactName": "ReticulumMeshChat-v${version}-mac-${arch}.${ext}", "extendInfo": { "NSMicrophoneUsageDescription": "Microphone access is only needed for Audio Calls", "com.apple.security.device.audio-input": true