mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
icon-name follows program-name
so that derivative products don't need to replace binary image/icon files in the source (use ./waf configure --program-name=...)
This commit is contained in:
parent
e610916c26
commit
13e0db6914
7 changed files with 28 additions and 7 deletions
|
|
@ -591,8 +591,8 @@ cp ../../gtk2_ardour/*.colors $Etc
|
|||
cp ../../instant.xml $Shared/instant.xml
|
||||
cp -r ../../gtk2_ardour/icons $Shared
|
||||
cp -r ../../gtk2_ardour/pixmaps $Shared
|
||||
cp -r ../../gtk2_ardour/splash.png $Shared
|
||||
cp -r ../../gtk2_ardour/small-splash.png $Shared
|
||||
cp -r ../../gtk2_ardour/icons/${EXENAME}-splash.png ${Shared}/splash.png
|
||||
cp -r ../../gtk2_ardour/icons/${EXENAME}-small-splash.png ${Shared}/small-splash.png
|
||||
cp -r ../../gtk2_ardour/ArdourMono.ttf $Shared
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue