mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
Revert "tweak osx build script to use correct version when copying executable"
This reverts commit f03d6f37e5.
This commit is contained in:
parent
ce9dbfce15
commit
fd33973808
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-$release_version $APPROOT/MacOS/$MAIN_EXECUTABLE
|
||||
cp $BUILD_ROOT/gtk2_ardour/trackslive-${major_version}.${minor_version}.${micro_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