[Summary] Switching app name to Tracks Live

This commit is contained in:
Valeriy Kamyshniy 2014-10-31 01:43:09 +02:00
parent acde4227b6
commit dcbf64d8f5
2 changed files with 9 additions and 9 deletions

View file

@ -4,6 +4,6 @@ cd $AD/tracks
./waf build -v
else
./waf clean
if ./waf configure --program-name=Tracks; then ./waf build -v; fi
if ./waf configure --program-name="Tracks Live"; then ./waf build -v; fi
fi
) 2>&1 | tee $AD/buildlog.txt #"$AD/tracks-build-log.`date +%Y-%m-%d--%H.%M`.txt"