ci: retry transient Windows installer packaging
Windows CI / verify (push) Successful in 3m48s

Extend the bounded Electron download retry to the installer build, then bump the release contracts to 1.0.13.
This commit is contained in:
Sucukdeluxe
2026-08-12 21:55:07 +02:00
parent 1a1c37720e
commit 17b982016f
10 changed files with 29 additions and 13 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.12',
version: '1.0.13',
});
}