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

5 lines
126 B
Bash
Raw Normal View History

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