(cacheRoot)
| 14 | 'https://github.com/electron-userland/electron-builder-binaries/archive/refs/tags/winCodeSign-2.6.0.zip'; |
| 15 | |
| 16 | function cacheIsReady(cacheRoot) { |
| 17 | if (!fs.existsSync(cacheRoot)) return false; |
| 18 | return fs.existsSync(path.join(cacheRoot, 'rcedit-x64.exe')); |
| 19 | } |
| 20 | |
| 21 | function runPowerShell(script) { |
| 22 | const result = spawnSync( |