Fix Windows build

This commit is contained in:
Igor Gassmann 2017-12-07 12:06:20 -03:00
parent 30970f8d13
commit 079f32728a

View file

@ -1,5 +1,5 @@
{ {
"appId": "io.lbry.${name}", "appId": "io.lbry.LBRY",
"dmg": { "dmg": {
"iconSize": 128, "iconSize": 128,
"contents": [ "contents": [
@ -47,6 +47,5 @@
"libsecret-1-0" "libsecret-1-0"
] ]
}, },
"artifactName": "${name}_${version}_${arch}.${ext}" "artifactName": "${productName}_${version}_${arch}.${ext}"
} }