Skip to content

Commit

Permalink
Update wrap_chrome_binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jsa34 authored Jan 24, 2023
1 parent efe8408 commit bcd581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeChrome/wrap_chrome_binary
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

WRAPPER_PATH=$(readlink -f /usr/bin/microsoft-edge)
WRAPPER_PATH=$(readlink -f /usr/bin/google-chrome)
BASE_PATH="$WRAPPER_PATH-base"
mv "$WRAPPER_PATH" "$BASE_PATH"

Expand Down

0 comments on commit bcd581b

Please sign in to comment.