mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
tweak osx build script to use correct version when copying executable
This commit is contained in:
parent
e4ece4f61d
commit
f03d6f37e5
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ chmod 775 $APPROOT/MacOS/Tracks
|
|||
MAIN_EXECUTABLE=Tracks.bin
|
||||
|
||||
echo "Copying tracks executable ...."
|
||||
cp $BUILD_ROOT/gtk2_ardour/trackslive-${major_version}.${minor_version}.${micro_version} $APPROOT/MacOS/$MAIN_EXECUTABLE
|
||||
cp $BUILD_ROOT/gtk2_ardour/trackslive-$release_version $APPROOT/MacOS/$MAIN_EXECUTABLE
|
||||
if test x$SAE != x ; then
|
||||
# cp $BUILD_ROOT/gtk2_ardour/evtest $APPROOT/MacOS/gtkevents
|
||||
cp Ardour3-SAE.icns $Resources/appIcon.icns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue