diff --git a/build/_setup.ts b/build/_setup.ts index 0d7067e..86883b5 100644 --- a/build/_setup.ts +++ b/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`); } -} \ No newline at end of file +}