Skip to content

Commit

Permalink
Changed app id
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBitz committed Nov 25, 2017
1 parent ffdd927 commit 379ef04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dist": "npm run build && build -w"
},
"build": {
"appId": "io.fontmon.app",
"appId": "net.notsosocial.fontmon",
"files": [
"**/*",
"!renderer",
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 379ef04

Please sign in to comment.