diff --git a/app/plugins/libpepflashplayer.so.REMOVED.git-id b/app/plugins/libpepflashplayer.so.REMOVED.git-id deleted file mode 100644 index d01f625..0000000 --- a/app/plugins/libpepflashplayer.so.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -6f57ffe565395a28195d111c5f80bcf3e87817b2 \ No newline at end of file diff --git a/app/src/main.js b/app/src/main.js index 930e0c4..5355f97 100644 --- a/app/src/main.js +++ b/app/src/main.js @@ -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 = () => {};