mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
8 lines
133 B
Bash
8 lines
133 B
Bash
#!/bin/sh
|
|
|
|
mkdir -p ../HlsBundle
|
|
rm -rf ../HlsBundle/index
|
|
mkdir ../HlsBundle/index
|
|
npm run build-$1
|
|
cp ./dist/* ../HlsBundle/index/
|