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:
2
main.js
2
main.js
@@ -67,7 +67,7 @@ app.on('ready', function () {
|
|||||||
appQuit = true
|
appQuit = true
|
||||||
})
|
})
|
||||||
console.log('Version ' + version)
|
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()
|
autoUpdater.checkForUpdates()
|
||||||
|
|
||||||
var template = require('./atom-lib/menu-template')
|
var template = require('./atom-lib/menu-template')
|
||||||
|
|||||||
Reference in New Issue
Block a user