1
0
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:
Ajay Ramachandran
2021-07-14 19:29:48 -04:00
committed by Panagiotis Vasilopoulos
parent 33a3567485
commit 609784f9b1
6 changed files with 7 additions and 7 deletions

View File

@@ -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"