Skip to content

Commit

Permalink
chore: do not rename build artefacts and build zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Jun 23, 2020
1 parent 31f57ca commit 6b08e8a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
}
],
"mac": {
"category": "public.app-category.finance",
"target": "dmg"
"category": "public.app-category.finance"
},
"directories": {
"buildResources": "assets"
Expand All @@ -58,8 +57,13 @@
{
"assets": [
{
"path": "dist/*.dmg",
"name": "BudgetBudget.dmg"
"path": "dist/*.dmg"
},
{
"path": "dist/*.zip"
},
{
"path": "dist/latest-mac.yml"
}
]
}
Expand Down

0 comments on commit 6b08e8a

Please sign in to comment.