Skip to content

Commit

Permalink
📦 Chore(custom): test x64 mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Mar 23, 2024
1 parent 56261ba commit 9e392fc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,10 @@

// macos
const darwin = [{
appNameWithPrefix: 'PicList-',
ext: '.dmg',
arch: '-arm64',
'version-file': 'latest-mac.yml'
}, {
appNameWithPrefix: 'PicList-',
ext: '.dmg',
arch: '-x64',
'version-file': 'latest-mac.yml'
}, {
appNameWithPrefix: 'PicList-',
ext: '.dmg',
arch: '-universal',
'version-file': 'latest-mac.yml'
}
]

Expand Down

0 comments on commit 9e392fc

Please sign in to comment.