From 379ef04b6888e743ed986ef33d2909c2337136af Mon Sep 17 00:00:00 2001 From: Andy Bitz Date: Sat, 25 Nov 2017 12:30:27 +0100 Subject: [PATCH] Changed app id --- package.json | 2 +- src/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7fcaa55..9ced116 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dist": "npm run build && build -w" }, "build": { - "appId": "io.fontmon.app", + "appId": "net.notsosocial.fontmon", "files": [ "**/*", "!renderer", diff --git a/src/main.js b/src/main.js index 1221a24..62e11e5 100644 --- a/src/main.js +++ b/src/main.js @@ -12,7 +12,7 @@ const loader = require('./lib/loader') const createTrayIcon = require('./lib/tray-icon') const createWindow = require('./lib/create-window') -const appId = 'io.fontmon.app' +const appId = 'net.notsosocial.fontmon' // installer if(require('electron-squirrel-startup')) {