mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
ELECTRON-505: add dev tools administration control (#435)
* ELECTRON-505: enable / disable dev tools implement logic to disable / enable dev tools with installer and configuration file * ELECTRON-505: fix mac installer issues * ELECTRON-505: add dev tools option to the windows installers * ELECTRON-505: enable signing in the installers * ELECTRON-505: update mac installer dev tools label text * ELECTRON-505: remove dev tools from configuration windows
This commit is contained in:
committed by
GitHub
parent
205c08977d
commit
1898c36508
@@ -138,7 +138,8 @@ let config = {
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'electron-notify-preload.js'),
|
||||
sandbox: sandboxed,
|
||||
nodeIntegration: isNodeEnv
|
||||
nodeIntegration: isNodeEnv,
|
||||
devTools: false
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user