Skip to content

Commit

Permalink
feat: use dist binary
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Jun 17, 2024
1 parent 2f7b372 commit 39be1ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ cache
leak_report

*.dist
*.build
*.build
/electron/bins/
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 = `${process.cwd()}/dist/pearl`;
const OperateCmd = `${__dirname}/bins/pearl`;
const Env = {
...process.env,
PATH: `${process.env.PATH}:/opt/homebrew/bin:/usr/local/bin`,
Expand Down

0 comments on commit 39be1ad

Please sign in to comment.