mumble/scripts/osxdist.sh
2008-08-26 23:12:11 +00:00

8 lines
192 B
Bash

#!/bin/bash
ver=`cat src/Version.h | grep '#define MUMBLE_VERSION' | sed 's,.*MUMBLE_VERSION\ ,,'`
if [ "$ver" != "" ]; then
python scripts/osxdist.py $ver
else
python scripts/osxdist.py
fi