From 063045a8299f143245aa1289f07b9bf0296cf6a2 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 26 Jul 2016 09:35:01 -0700 Subject: [PATCH] fix bundle identifier for auto update system --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7dcfe1c..dc673056 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ ] }, "build": { - "appId": "hyperterm", + "appId": "co.zeit.hyperterm", "app-category-type": "public.app-category.developer-tools", "asar": false, "extend-info": "build/Info.plist",