mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
Revert "flash support #2"
Former-commit-id: 03d7d2df2cbc6f3075491e5dd2e6d48d759f4beb
This commit is contained in:
parent
add30d5a80
commit
fa347cc8b0
@ -1 +0,0 @@
|
||||
6f57ffe565395a28195d111c5f80bcf3e87817b2
|
@ -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 = () => {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user