From b027cd825c0750cde22a023b19eccd01b78bc69e Mon Sep 17 00:00:00 2001 From: Impleum Date: Mon, 24 Jun 2019 15:13:57 +0300 Subject: [PATCH] fix naming --- FullNode.UI/electron-builder.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FullNode.UI/electron-builder.json b/FullNode.UI/electron-builder.json index ce195b0e..e9c4a33a 100644 --- a/FullNode.UI/electron-builder.json +++ b/FullNode.UI/electron-builder.json @@ -1,6 +1,6 @@ { - "appId": "com.stratisplatform.core", - "productName": "Stratis Core", + "appId": "com.impleumplatform.core", + "productName": "Impleum Core", "publish": null, "directories": { "output": "app-builds" @@ -33,7 +33,7 @@ "deb", "tar.gz" ], - "synopsis": "StratisCore.UI: Stratis' staking wallet.", + "synopsis": "ImpleumCore.UI: Impleum' staking wallet.", "category": "Utility", "artifactName": "${productName}-v${version}-${os}-${arch}.${ext}" },