Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
remove failing apple silicon builds, consistent artifact naming on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Nov 26, 2020
1 parent 98a645a commit 7deb4d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,15 @@
{
"target": "dmg",
"arch": [
"x64",
"arm64"
"x64"
]
}
],
"category": "public.app-category.utilities",
"icon": "media/icon.icns"
},
"dmg": {
"artifactName": "eDEX-UI MacOS Image.dmg"
"artifactName": "eDEX-UI-macOS-${arch}.dmg"
},
"win": {
"target": [
Expand Down

0 comments on commit 7deb4d8

Please # to comment.