From 079f32728a0dbfa1d6ef72890cfa040862ed9981 Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Thu, 7 Dec 2017 12:06:20 -0300 Subject: [PATCH] Fix Windows build --- electron-builder.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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}" } -