blob: edb6b1d7967903be9ae2d5b00d81602b66e3bc37 (
plain)
1
2
3
4
5
6
|
Building release tarball:
- not really necessary since tagged revision can be downloaded
from github as tarballs
git archive --format=tar --prefix=websockify-${WVER}/ v${WVER} > websockify-${WVER}.tar
gzip websockify-${WVER}.tar
|