Skip to content

Commit 8eb1024

Browse files
committed
rename and reorder the download center links
1 parent 36985b8 commit 8eb1024

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/hadron-build/commands/upload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function readablePlatformName(arch, platform, fileName = '') {
7676

7777
switch (`${platform}-${arch}`) {
7878
case 'darwin-x64':
79-
name = 'macOS 64-bit (10.15+)';
79+
name = 'macOS x64 (Intel) (10.15+)';
8080
break;
8181
case 'darwin-arm64':
8282
name = 'macOS arm64 (M1) (11.0+)';

packages/hadron-build/lib/target.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ function getPkg(directory) {
8080
}
8181

8282
const supportedPlatforms = [
83-
{ platform: 'darwin', arch: 'x64' },
8483
{ platform: 'darwin', arch: 'arm64' },
84+
{ platform: 'darwin', arch: 'x64' },
8585
{ platform: 'linux', arch: 'x64' },
8686
{ platform: 'win32', arch: 'x64' },
8787
];

0 commit comments

Comments
 (0)