add zoom spec
This commit is contained in:
parent
203a920c64
commit
763b9ab8d8
2 changed files with 124 additions and 2 deletions
|
@ -93,7 +93,8 @@ if (global.isCi) {
|
|||
|
||||
// Register app as standard scheme.
|
||||
global.standardScheme = 'app'
|
||||
protocol.registerStandardSchemes([global.standardScheme], { secure: true })
|
||||
global.zoomScheme = 'zoom'
|
||||
protocol.registerStandardSchemes([global.standardScheme, global.zoomScheme], { secure: true })
|
||||
|
||||
app.on('window-all-closed', function () {
|
||||
app.quit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue