ci: provision Electron before focused smoke tests
Windows CI / verify (push) Successful in 3m23s

Retry Electron binary provisioning before Windows smoke tests and retain bounded retries for package and installer builds. Bump release contracts to 1.0.14.
This commit is contained in:
Sucukdeluxe
2026-08-12 22:00:39 +02:00
parent 17b982016f
commit f4df47c89f
10 changed files with 32 additions and 10 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ if (process.platform === 'win32') {
sourcePath: electronSourceExecutable,
destinationPath: resolve(rootDirectory, 'node_modules', 'electron', 'dist', 'Twitch VOD Manager.exe'),
iconPath: resolve(rootDirectory, 'build', 'icon.ico'),
version: '1.0.13',
version: '1.0.14',
});
}