mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 06:40:12 +01:00
Rename paths used by linux executable
Signed-off-by: Ajay Ramachandran <dev@ajay.app>
This commit is contained in:
committed by
Panagiotis Vasilopoulos
parent
33a3567485
commit
609784f9b1
@@ -10,14 +10,14 @@ def_vars()
|
||||
|
||||
list( APPEND PIXMAPS
|
||||
${_SRCDIR}/gnome-mime-application-x-tenacity-project.xpm
|
||||
${_SRCDIR}/icons/16x16/audacity16.xpm
|
||||
${_SRCDIR}/icons/32x32/audacity32.xpm
|
||||
${_SRCDIR}/icons/48x48/audacity.xpm
|
||||
${_SRCDIR}/icons/16x16/tenacity16.xpm
|
||||
${_SRCDIR}/icons/32x32/tenacity32.xpm
|
||||
${_SRCDIR}/icons/48x48/tenacity.xpm
|
||||
)
|
||||
|
||||
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
if( NOT WIN32)
|
||||
install( FILES "${_SRCDIR}/audacity.svg"
|
||||
install( FILES "${_SRCDIR}/tenacity.svg"
|
||||
DESTINATION "${_DATADIR}/icons/hicolor/scalable/apps" )
|
||||
install( DIRECTORY "${_SRCDIR}/icons/"
|
||||
DESTINATION "${_DATADIR}/icons/hicolor"
|
||||
|
||||
Reference in New Issue
Block a user