hkstreamer/pack.sh

7 lines
125 B
Bash
Raw Normal View History

2023-04-06 09:51:58 +08:00
#!/bin/bash
mkdir -p dist
cp build/hkstreamer dist/
cp -r lib dist/
2023-04-06 10:38:09 +08:00
cp install.sh dist/
2023-04-06 09:51:58 +08:00
cd dist
tar -cvzf hkstreamer.tar.gz .