From 008a9bd0ccafe680cfe9581d51c2dd122d5505b4 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Mon, 5 Mar 2018 06:40:06 +0300 Subject: [PATCH] possible problem with app declaration fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 289c7f0..2866577 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/DEgITx/rats-search.git" }, "build": { - "appId": "com.example.electron-boilerplate", + "appId": "com.ratsontheboat.search", "files": [ "app/**/*", "node_modules/**/*",