Commit a8161413 authored by jtc42's avatar jtc42
Browse files

Added link to homepage in Help menu

parent 901fc50f
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
const { app, Menu } = require('electron')
const { app, shell, Menu } = require('electron')
const updater = require("electron-updater");
const autoUpdater = updater.autoUpdater;
const path = require('path')
@@ -62,6 +62,13 @@ const template = [
          })
        }
      },
      {
        label: 'Homepage',
        click () {
          shell.openExternal('https://openflexure.org')
        }
      },
      { type: 'separator' },
      {
        label: 'Check for Updates',
        click () {