Skip to content

Commit

Permalink
fix: skip ppt
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Aug 27, 2021
1 parent 0bb0f7a commit 2e0f279
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ ROOT_PATH=$(dirname $BASH_SOURCE);

# Mac OS:
if [[ $USM_OS_TYPE == 'macos' ]]; then
export PUPPETEER_EXEC_PATH=${HOME}/github/chrome-mac/Chromium.app/Contents/MacOS/Chromium
export PUPPETEER_EXEC_PATH=${HOME}/github/chrome-mac/Chromium.app/Contents/MacOS/Chromium;
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true;
fi

unset ROOT_PATH;

0 comments on commit 2e0f279

Please sign in to comment.