Update reproducible build script to reflect build process

This commit is contained in:
ayumi-signal 2024-08-05 13:37:53 -07:00
parent d9baaa358a
commit ec36ae7f26
5 changed files with 148 additions and 21 deletions

View file

@ -60,7 +60,7 @@ async function main() {
const outPath = join(__dirname, '../../build/dns-fallback.json');
//await writeFile(outPath, `${JSON.stringify(config, null, 2)}\n`);
await writeFile(outPath, `${JSON.stringify(config, null, 2)}\n`);
}
main().catch(error => {