Skip to content

Commit a346894

Browse files
committed
Fixing app bundle id generation on osx per distro
1 parent 76da4d0 commit a346894

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"compass": {
3535
"name": "mongodb-compass",
3636
"productName": "MongoDB Compass",
37+
"bundleId": "com.mongodb.compass",
3738
"plugins-directory": ".mongodb/compass/plugins",
3839
"plugins": [
3940
"node_modules/@mongodb-js/compass-auth-kerberos",
@@ -55,6 +56,7 @@
5556
"compass-community": {
5657
"name": "mongodb-compass-community",
5758
"productName": "MongoDB Compass Community",
59+
"bundleId": "com.mongodb.compass-community",
5860
"plugins-directory": ".mongodb/compass-community/plugins",
5961
"plugins": [
6062
"node_modules/@mongodb-js/compass-connect",
@@ -81,7 +83,6 @@
8183
"dmg_background": "src/app/images/darwin/background.png",
8284
"codesign_identity": "Developer ID Application: Matt Kangas (ZD3CL9MT3L)",
8385
"codesign_sha1": "90E39AA7832E95369F0FC6DAF823A04DFBD9CF7A",
84-
"app_bundle_id": "com.mongodb.compass",
8586
"app_category_type": "public.app-category.productivity"
8687
},
8788
"linux": {
@@ -255,7 +256,7 @@
255256
"electron-mocha": "^3.3.0",
256257
"enzyme": "^2.5.1",
257258
"eslint-config-mongodb-js": "^2.2.0",
258-
"hadron-build": "^15.0.5",
259+
"hadron-build": "^16.0.0",
259260
"hadron-spectron": "^1.0.0",
260261
"jsdom": "^9.8.3",
261262
"mgeneratejs": "^0.2.0",

0 commit comments

Comments
 (0)