Browse Source

Prettier

master
Tal Kol 2 years ago
parent
commit
19646d696e
  1. 2
      build/_setup.ts

2
build/_setup.ts

@ -17,4 +17,4 @@ if (fs.existsSync("/app/.glitchdotcom.json")) {
child_process.execSync(`wget https://github.com/ton-defi-org/ton-binaries/releases/download/fiftlib/fiftlib.zip -P ./bin`);
child_process.execSync(`unzip ./bin/fiftlib.zip -d ./bin/fiftlib`);
}
}
}

Loading…
Cancel
Save