Skip to content

Commit

Permalink
Merge pull request stratisproject#66 from bokobza/master
Browse files Browse the repository at this point in the history
fixed arch decalaration in electron builder
  • Loading branch information
bokobza authored Apr 11, 2018
2 parents b7e7f66 + 5a38274 commit 13791f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FullNode.UI/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"target": [
"nsis"
],
"artifactName": "${productName}-v${version}-setup-${os}-${arch}.${ext}"
"artifactName": "${productName}-v${version}-setup-${os}-${env.arch}.${ext}"
},
"linux": {
"icon": "dist/assets/images/",
Expand Down

0 comments on commit 13791f1

Please sign in to comment.