From de9f2d7e677000d73b63cd3337f6cfa3e8ebb8cf Mon Sep 17 00:00:00 2001 From: guillaumejenkins Date: Mon, 19 Dec 2016 07:59:52 -0800 Subject: [PATCH] More appropriate Electron app bundle ID on Mac OS --- electron/product.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/product.json b/electron/product.json index 3c4abe15..96e738d8 100644 --- a/electron/product.json +++ b/electron/product.json @@ -1,7 +1,7 @@ { "applicationName": "pxt-microbit-oss", "dataFolderName": ".pxt-microbit-oss", - "darwinBundleIdentifier": "com.microsoft.pxtoss", + "darwinBundleIdentifier": "com.microsoft.pxtmicrobitoss", "nameShort": "PXT Microbit - OSS", "nameLong": "PXT Microbit - OSS", "targetId": "pxt-microbit",