mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
🐛 Fixed missing files when packaging with ninja on windows
Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
This commit is contained in:
@@ -16,7 +16,7 @@ list( APPEND PIXMAPS
|
||||
)
|
||||
|
||||
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
if( NOT "${CMAKE_GENERATOR}" MATCHES "Visual Studio*")
|
||||
if( NOT WIN32)
|
||||
install( FILES "${_SRCDIR}/audacity.svg"
|
||||
DESTINATION "${_DATADIR}/icons/hicolor/scalable/apps" )
|
||||
install( DIRECTORY "${_SRCDIR}/icons/"
|
||||
|
Reference in New Issue
Block a user