(m: string)
| 15 | const execFileP = promisify(execFile); |
| 16 | const t0 = Date.now(); |
| 17 | const log = (m: string) => console.log(`[+${((Date.now() - t0) / 1000).toFixed(0)}s] ${m}`); |
| 18 | |
| 19 | const bundleTgz = process.argv[2] ?? "/tmp/linux-desktop-bundle.tgz"; |
| 20 | // Ubuntu 24.04 (noble) renamed several libs to `…t64`; apt fails the whole |