(version)
| 22 | const __filename = join(fileURLToPath(import.meta.url), '../build.js'); |
| 23 | |
| 24 | function getSignatureDir(version) { |
| 25 | return join(fileURLToPath(import.meta.url), `../../integrity/firefox/`, version); |
| 26 | } |
| 27 | |
| 28 | async function executeChildProcess(args) { |
| 29 | const child = fork(__filename, args); |