This repository has been archived on 2020-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
tdlib-fork/example/web/copy-tdlib.sh
levlam 209b9454d9 Better tdweb build scripts.
GitOrigin-RevId: 2d44117df420202b8d5d1dc4edbba875d6149c82
2018-12-23 00:46:48 +03:00

5 lines
126 B
Bash
Executable File

DEST=tdweb/src/prebuilt/release/
mkdir -p $DEST
cp build/wasm/td_wasm.{js,wasm} $DEST
cp build/asmjs/td_asmjs.js{,.mem} $DEST