Enhance build configuration for macOS and update artifact naming #22

Merged
Sudo-Ivan merged 6 commits from universal-mac-build into master 2025-12-06 04:43:57 +00:00

6 Commits

Author SHA1 Message Date
f2ab1ad067 fix: use wildcard path to fix the build for mac 2025-12-05 22:37:55 -06:00
365531be9b fix: simplify x64ArchFiles entry in package.json
- Changed x64ArchFiles from an array to a string for the macOS build path, streamlining the configuration.
2025-12-05 22:33:30 -06:00
96f4fc8735 chore: add x64 architecture files for macOS in package.json
- Included new x64ArchFiles entry in package.json to specify the path for macOS x64 architecture builds.
2025-12-05 22:12:13 -06:00
d69a3e8522 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.
2025-12-05 22:02:03 -06:00
c95d2fd71c chore: update GitHub Actions workflow for artifact handling and distribution scripts
- Changed artifact upload and download actions to specific commit versions for stability.
- Introduced new distribution scripts for various platforms in the build configuration.
- Updated artifact naming patterns for macOS DMG files to ensure consistency.
2025-12-05 22:01:59 -06:00
a74a6869ea chore: enhance build configuration for macOS and update artifact naming
- Added new distribution scripts for macOS ARM64 and universal builds in package.json.
- Updated macOS target configuration to support universal architecture.
- Modified GitHub Actions workflow to use macOS 14 and adjusted artifact naming for macOS DMG files.
2025-12-01 12:37:44 -06:00