|
|
@@ -21,7 +21,7 @@ let message={
|
|
|
let childProcess =require('child_process');
|
|
|
let CampusWindow,mainWindow,BrowserHistory,BrowserFeedback,AboutUsW;
|
|
|
try {
|
|
|
- let flash=app.getPath('pepperFlashSystemPlugin1');
|
|
|
+ let flash=app.getPath('pepperFlashSystemPlugin');
|
|
|
app.commandLine.appendSwitch('ppapi-flash-path',flash);
|
|
|
}catch (e) {
|
|
|
dialog.showErrorBox('缺少flash插件', '请前往https://www.flash.cn/下载该插件,点击确定后将打开flash下载地址');
|