Merge pull request #3282 from bureken/master

Replace Mac with OS X
This commit is contained in:
Cheng Zhao 2015-11-02 18:33:27 +08:00
commit c763cbe298
4 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ app.on('window-all-closed', function() {
// Specify flash path.
// On Windows, it might be /path/to/pepflashplayer.dll
// On Mac, /path/to/PepperFlashPlayer.plugin
// On OS X, /path/to/PepperFlashPlayer.plugin
// On Linux, /path/to/libpepflashplayer.so
app.commandLine.appendSwitch('ppapi-flash-path', '/path/to/libpepflashplayer.so');