mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
[Summary] Switching app name to Tracks Live
This commit is contained in:
parent
acde4227b6
commit
dcbf64d8f5
2 changed files with 9 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue