mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 07:41:04 +00:00
flash support #2
Former-commit-id: b83223d4c9a9e6fb52e5f2f78fce144cbea3be3a
This commit is contained in:
parent
2044bcfcf7
commit
ea3945a836
1
app/plugins/libpepflashplayer.so.REMOVED.git-id
Normal file
1
app/plugins/libpepflashplayer.so.REMOVED.git-id
Normal file
@ -0,0 +1 @@
|
||||
6f57ffe565395a28195d111c5f80bcf3e87817b2
|
@ -20,6 +20,10 @@ var appArgs = JSON.parse(fs.readFileSync(APP_ARGS_FILE_PATH, 'utf8'));
|
||||
|
||||
var mainWindow;
|
||||
|
||||
// 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