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" },