From 065470abdb8c816804acca5861aa2cbd3f21f640 Mon Sep 17 00:00:00 2001 From: Matthew Conlen Date: Fri, 19 Feb 2021 01:08:30 -0800 Subject: [PATCH] fix paths --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 34d695e..44221cc 100644 --- a/src/index.js +++ b/src/index.js @@ -9,8 +9,8 @@ const isDev = require('electron-is-dev'); if (!isDev && process.platform !== "win32") { if (process.platform === 'darwin') { - const fixPaths = require('fix-paths'); - fixPaths(); + const fixPath = require('fix-path'); + fixPath(); } else { process.env.PATH = shellPath.sync() || [ './node_modules/.bin',