Skip to content

Commit

Permalink
mac build issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas-cis committed Jan 18, 2018
1 parent b462720 commit a5822e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"resources/**"
],
"mac": {
"artifactName": "${name}-${version}-${os}-${arch}",
"artifactName": "${name}-${version}-${os}-${arch}.${ext}",
"category": "public.app-category.wallet",
"target": [
"dmg",
Expand All @@ -65,7 +65,7 @@
"oneClick": false
},
"win": {
"artifactName": "${name}-${version}-${os}-${arch}",
"artifactName": "${name}-${version}-${os}-${arch}.${ext}",
"target": [
{
"target": "nsis",
Expand All @@ -85,7 +85,7 @@
},
"linux": {
"maintainer": "particl contributors <hello@particl.io>",
"artifactName": "${name}-${version}-${os}-${arch}",
"artifactName": "${name}-${version}-${os}-${arch}.${ext}",
"target": [
{
"target": "deb",
Expand Down

0 comments on commit a5822e8

Please sign in to comment.