From 0fee18bfd289e66c68e7b665d49b294fc796aa01 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 2 Oct 2018 17:10:38 -0300 Subject: [PATCH] Changed appID --- electron/main.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/main.js b/electron/main.js index 8069eace..e315fabf 100644 --- a/electron/main.js +++ b/electron/main.js @@ -56,7 +56,7 @@ if (config.get('enable_hidpi_support') && (process.platform === 'win32')) { // Because we build it using Squirrel, it will assign UserModelId automatically, so we match it here to display notifications correctly. // https://github.com/electron-userland/electron-builder/issues/362 -app.setAppUserModelId('com.squirrel.Rambox.Rambox'); +app.setAppUserModelId('com.grupovrs.ramboxce'); // Menu const appMenu = require('./menu')(config); diff --git a/package.json b/package.json index 07bb5ac4..d3bd0885 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ }, "build": { "productName": "Rambox", - "appId": "com.saenzramiro.rambox", + "appId": "com.grupovrs.ramboxce", "asar": true, "mac": { "category": "public.app-category.productivity",