1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

enhance applying config

This commit is contained in:
Rokt33r
2016-01-10 04:25:00 +09:00
parent c14827b234
commit 5df0755252
7 changed files with 62 additions and 32 deletions

View File

@@ -157,7 +157,7 @@ updater.on('update-downloaded', (info) => {
nodeIpc.config.id = 'node'
nodeIpc.config.retry = 1500
// nodeIpc.config.silent = true
nodeIpc.config.silent = true
function spawnFinder() {
if (process.platform === 'darwin') {
@@ -276,7 +276,6 @@ app.on('ready', function () {
})
if (finderProcess == null && process.platform === 'darwin') {
console.log('fired only once ')
spawnFinder()
} else {
finderWindow = require('./finder-window')