Skip to content

Commit

Permalink
fixed cp cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Mar 14, 2024
1 parent a1a094b commit e0d8454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function run() {
await exec(`sudo cp bolt/mitmdump ${homeDir}`)
await exec(`sudo chown ${boltUser}:${boltUser} ${homeDir}/mitmdump`)
} else if (isMacOS) {
await exec(`sudo cp bolt/mitmproxy.app ${homeDir}`)
await exec(`sudo cp -R bolt/mitmproxy.app ${homeDir}`)
}
await exec(`sudo cp bolt/intercept.py ${homeDir}`)
await exec(`sudo chown ${boltUser}:${boltUser} ${homeDir}/intercept.py`)
Expand Down

0 comments on commit e0d8454

Please sign in to comment.