13
0
Fork 0

Update packaging of LiveTrax (amend 1bff623495)

This commit is contained in:
Robin Gareus 2024-04-27 17:56:08 +02:00
parent 87be6ae7e2
commit c4ca52f9de
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,9 @@ while [ $# -gt 0 ] ; do
--mixbus32c)
APPNAME=Mixbus32C ;
shift ;;
--livetrax)
APPNAME=LiveTrax ;
shift ;;
--public)
APPNAME=Ardour ;
shift ;;

View File

@ -65,6 +65,9 @@ while [ $# -gt 0 ] ; do
NOVIDEOTOOLS=1 ;
WITH_HARRISON_LV2="" ;
WITH_GMSYNTH="" ;
PROGRAM_NAME=LiveTrax
PROGRAM_KEY=LiveTrax
PRODUCT_NAME=LiveTrax
shift ;;
--chanstrip) HARRISONCHANNELSTRIP=$2 ; shift; shift ;;
esac