1
0
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:
Rokt33r
2015-11-25 09:51:33 +09:00
parent b1ee949b1c
commit e1fe4dd693

View File

@@ -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')