diff options
author | George Hazan <george.hazan@gmail.com> | 2023-10-25 14:55:04 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-10-25 14:55:04 +0300 |
commit | 2a3f8c8771fd53bae3ca74602c5b733519cdfa9d (patch) | |
tree | 644223128979940007ae9ee907742225bdbcaac6 /protocols/Telegram/tdlib/td/example/web/copy-tdlib.sh | |
parent | 6a0d815559951b6725ad7241e8e159a97624d4cb (diff) |
we don't need this
Diffstat (limited to 'protocols/Telegram/tdlib/td/example/web/copy-tdlib.sh')
-rw-r--r-- | protocols/Telegram/tdlib/td/example/web/copy-tdlib.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/Telegram/tdlib/td/example/web/copy-tdlib.sh b/protocols/Telegram/tdlib/td/example/web/copy-tdlib.sh deleted file mode 100644 index f7167d5701..0000000000 --- a/protocols/Telegram/tdlib/td/example/web/copy-tdlib.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -cd $(dirname $0) - -DEST=tdweb/src/prebuilt/release/ -mkdir -p $DEST || exit 1 -cp build/wasm/td_wasm.js build/wasm/td_wasm.wasm $DEST || exit 1 -cp build/asmjs/td_asmjs.js build/asmjs/td_asmjs.js.mem $DEST || exit 1 |