Upgrade electron to 31.1.0

This commit is contained in:
Fedor Indutny 2024-06-27 13:25:36 -07:00 committed by GitHub
parent d53757d9fa
commit 3ed63edbc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 29 additions and 66 deletions

View file

@ -35,6 +35,8 @@ function launchElectron(attempt: number): string {
NODE_ENV: 'test',
TEST_QUIT_ON_COMPLETE: 'on',
},
// Since we run `.cmd` file on Windows - use shell
shell: process.platform === 'win32',
encoding: 'utf8',
});
return stdout;