diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt index d2c1f28f6..d8775b7c1 100755 --- a/images/CMakeLists.txt +++ b/images/CMakeLists.txt @@ -17,7 +17,7 @@ list( APPEND PIXMAPS if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" ) if( NOT "${CMAKE_GENERATOR}" MATCHES "Visual Studio*") - install( FILES "${_SRCDIR}/audacity.svg" + install( FILES "${_SRCDIR}/saucedacity.svg" DESTINATION "${_DATADIR}/icons/hicolor/scalable/apps" ) install( DIRECTORY "${_SRCDIR}/icons/" DESTINATION "${_DATADIR}/icons/hicolor" diff --git a/images/audacity.svg b/images/saucedacity.svg similarity index 99% rename from images/audacity.svg rename to images/saucedacity.svg index 8a4f3f939..56b7f6010 100644 --- a/images/audacity.svg +++ b/images/saucedacity.svg @@ -5,7 +5,7 @@ height="128" width="128" version="1.0" - sodipodi:docname="audacity.svg" + sodipodi:docname="saucedacity.svg" inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" diff --git a/linux/create_appimage.sh b/linux/create_appimage.sh index 5529a0c5e..acbf0565c 100755 --- a/linux/create_appimage.sh +++ b/linux/create_appimage.sh @@ -80,8 +80,8 @@ linuxdeploy --list-plugins ln -sf --no-dereference . "${appdir}/usr" ln -sf share/applications/saucedacity.desktop "${appdir}/saucedacity.desktop" -ln -sf share/icons/hicolor/scalable/apps/audacity.svg "${appdir}/audacity.svg" -ln -sf share/icons/hicolor/scalable/apps/audacity.svg "${appdir}/.DirIcon" +ln -sf share/icons/hicolor/scalable/apps/saucedacity.svg "${appdir}/saucedacity.svg" +ln -sf share/icons/hicolor/scalable/apps/saucedacity.svg "${appdir}/.DirIcon" #============================================================================ # Bundle dependencies