add zoom spec

This commit is contained in:
deepak1556 2017-02-16 03:44:40 +05:30
commit 763b9ab8d8
2 changed files with 124 additions and 2 deletions

View file

@ -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()