We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfb7c9 commit d8593dbCopy full SHA for d8593db
auto_updater.json
@@ -1,4 +1,4 @@
1
{
2
- "name": "Release 2.0.2",
3
- "url": "https://github.com/manosim/gitify/releases/download/2.0.2/gitify-osx.zip"
+ "name": "Release 3.0.0",
+ "url": "https://github.com/manosim/gitify/releases/download/3.0.0/gitify-osx.zip"
4
}
main.js
@@ -35,7 +35,7 @@ const menubarApp = menubar({
35
menubarApp.on('ready', () => {
36
menubarApp.tray.setIgnoreDoubleClickEvents(true);
37
38
- autoUpdater.checkForUpdatesAndNotify()
+ autoUpdater.checkForUpdatesAndNotify();
39
40
ipcMain.on('reopen-window', () => menubarApp.showWindow());
41
ipcMain.on('startup-enable', () => autoStart.enable());
0 commit comments