1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

modify method name (api changed as electron updated)

This commit is contained in:
Rokt33r
2015-11-25 10:49:06 +09:00
parent e1fe4dd693
commit e36478b9ac

View File

@@ -67,7 +67,7 @@ app.on('ready', function () {
appQuit = true
})
console.log('Version ' + version)
autoUpdater.setFeedUrl('https://orbital.b00st.io/rokt33r/boost-app/latest?version=' + version)
autoUpdater.setFeedURL('https://orbital.b00st.io/rokt33r/boost-app/latest?version=' + version)
autoUpdater.checkForUpdates()
var template = require('./atom-lib/menu-template')