Skip to content

Commit

Permalink
chore: operate path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Jun 14, 2024
1 parent 6259117 commit 55ac463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const TempDir = `${OperateDirectory}/temp`;
const VersionFile = `${OperateDirectory}/version.txt`;
const LogFile = `${OperateDirectory}/logs.txt`;
const OperateInstallationLog = `${os.homedir()}/operate.log`;
const OperateCmd = `${os.homedir()}/dist/${os.platform()}/pearl/pearl`;
const OperateCmd = `${os.homedir()}/dist/pearl/pearl`;
const Env = {
...process.env,
PATH: `${process.env.PATH}:/opt/homebrew/bin:/usr/local/bin`,
Expand Down

0 comments on commit 55ac463

Please sign in to comment.