Remove debug code

This commit is contained in:
Thomas Nordquist
2019-01-13 20:51:41 +01:00
parent e294d9700f
commit 87f0f06a07

View File

@@ -58,16 +58,6 @@ app.on('ready', () => {
})
updateNotifier.onCheckUpdateRequest.subscribe(() => {
updateNotifier.notify({
version: '0.0.4',
releaseNotes: '<ul><li>some</li><li>stuff</li></ul>',
files: [{
url: 'https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.0.2/MQTT-Explorer-0.0.2.dmg'
},
{
url: 'https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.0.2/MQTT-Explorer-0.0.2-mac.zip'
}]
})
try {
autoUpdater.checkForUpdatesAndNotify()
} catch (error) {