Skip to content

Commit

Permalink
Revert "Update package.json"
Browse files Browse the repository at this point in the history
This reverts commit 936aa8a.
  • Loading branch information
nukeop committed Oct 14, 2022
1 parent 936aa8a commit cac8fa0
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,17 @@
},
"mac": {
"category": "public.app-category.music",
"target": [
"zip",
"pkg",
"dmg"
],
"arch": [
"x64",
"arm64"
],
"artifactName": "${productName}-${arch}-${env.GITHASH}.${ext}",
"target": {
"target": [
"zip",
"pkg",
"dmg"
],
"arch": [
"x64",
"arm64"
]
},
"extraFiles": [
{
"from": "packages/main/bin/mac",
Expand Down

0 comments on commit cac8fa0

Please sign in to comment.