Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisonian committed Feb 19, 2021
1 parent 830b701 commit 065470a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 065470a

Please sign in to comment.