mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Update reproducible build script to reflect build process
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user