Revert "flash support #2"

This commit is contained in:
Jia Hao 2016-02-06 01:12:30 +08:00
parent b0672ef48c
commit 03d7d2df2c
2 changed files with 0 additions and 4 deletions

Binary file not shown.

View File

@ -18,10 +18,6 @@ if (appArgs.insecure) {
app.commandLine.appendSwitch('ignore-certificate-errors');
}
// Flash plugin
app.commandLine.appendSwitch('ppapi-flash-path', path.join(__dirname, '../plugins', 'libpepflashplayer.so'));
app.commandLine.appendSwitch('ppapi-flash-version', '16.0.0.305');
// do nothing for setDockBadge if not OSX
let setDockBadge = () => {};