diff --git a/electron-builder.json b/electron-builder.json index 27f8ae887..0aec6b3a7 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -1,5 +1,5 @@ { - "appId": "io.lbry.${name}", + "appId": "io.lbry.LBRY", "dmg": { "iconSize": 128, "contents": [ @@ -47,6 +47,5 @@ "libsecret-1-0" ] }, - "artifactName": "${name}_${version}_${arch}.${ext}" + "artifactName": "${productName}_${version}_${arch}.${ext}" } -