mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 18:26:26 +00:00
change to use HTTPS for checking update
This commit is contained in:
2
main.js
2
main.js
@@ -67,7 +67,7 @@ app.on('ready', function () {
|
||||
appQuit = true
|
||||
})
|
||||
console.log('Version ' + version)
|
||||
autoUpdater.setFeedUrl('http://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')
|
||||
|
||||
Reference in New Issue
Block a user