Fix Windows build
This commit is contained in:
parent
30970f8d13
commit
079f32728a
1 changed files with 2 additions and 3 deletions
|
@ -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}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue