mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Update make.js
This commit is contained in:
parent
3403630a31
commit
df32b4393c
1 changed files with 1 additions and 1 deletions
2
make.js
2
make.js
|
@ -625,7 +625,7 @@ target.chrome = function() {
|
|||
|
||||
// If we're on a Darwin (Mac) OS, then let's check for an .app path
|
||||
if (process.platform === 'darwin' && executable.indexOf('.app') !== -1) {
|
||||
executable = executable + '/Contents/MacOS/Google Chrome');
|
||||
executable = executable + '/Contents/MacOS/Google Chrome';
|
||||
}
|
||||
|
||||
// If the chrome executable doesn't exist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue