mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
OS X packaging: correctly specify name of executable image as found in build tree
This commit is contained in:
parent
c8c4bb1a86
commit
97fc885f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ chmod 775 $APPROOT/MacOS/Tracks
|
|||
MAIN_EXECUTABLE=Tracks.bin
|
||||
|
||||
echo "Copying tracks executable ...."
|
||||
cp $BUILD_ROOT/gtk2_ardour/tracks $APPROOT/MacOS/$MAIN_EXECUTABLE
|
||||
cp $BUILD_ROOT/gtk2_ardour/tracks-${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