Skip to content

Commit

Permalink
Merge pull request #134 from gookyn/main
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Dec 14, 2022
2 parents ad042d8 + e0850da commit a9748e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openai-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export async function getBrowser(launchOptions?: PuppeteerLaunchOptions) {
export const defaultChromeExecutablePath = (): string => {
switch (os.platform()) {
case 'win32':
return 'C:\\ProgramFiles\\Google\\Chrome\\Application\\chrome.exe'
return 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe'

case 'darwin':
return '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'
Expand Down

0 comments on commit a9748e0

Please sign in to comment.