~dricottone/noticable

dc55bb1921deee3fe38177da13133f672ba18cc0 — Dominic Ricottone 3 years ago 785f821
Fix 'Open Installation Directory'
1 files changed, 1 insertions(+), 1 deletions(-)

M main.js
M main.js => main.js +1 -1
@@ 41,7 41,7 @@ const template = [
      {
        label: "Show Installation Directory",
        click: async () => {
          await shell.openPath(app.getAppPath());
          await shell.openPath(__dirname);
        }
      },
      { type: "separator" },