From 5fef3c9ce9d010e74cbbe2851d745b03f3e9ff71 Mon Sep 17 00:00:00 2001 From: tremblap Date: Tue, 8 Oct 2024 17:07:39 +0200 Subject: [PATCH] will support the sidebar logo for the package, no conflict with 7 and 8 --- CMakeLists.txt | 2 ++ FluidCorpusManipulation_toolbar.svg | 1 + 2 files changed, 3 insertions(+) create mode 100644 FluidCorpusManipulation_toolbar.svg diff --git a/CMakeLists.txt b/CMakeLists.txt index 47d74ba2..df0b9fd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -175,6 +175,8 @@ install(DIRECTORY "${flucoma-core_SOURCE_DIR}/Resources/AudioFiles/" DESTINATION "${MAX_PACKAGE_ROOT}/media") install(DIRECTORY "${flucoma-core_SOURCE_DIR}/Resources/Data/" DESTINATION "${MAX_PACKAGE_ROOT}/misc") +install(FILES FluidCorpusManipulation_toolbar.svg + DESTINATION "${MAX_PACKAGE_ROOT}/misc") install(FILES icon.png package-info.json QuickStart.md DESTINATION ${MAX_PACKAGE_ROOT}) install(FILES ${flucoma-core_SOURCE_DIR}/distribution.lic diff --git a/FluidCorpusManipulation_toolbar.svg b/FluidCorpusManipulation_toolbar.svg new file mode 100644 index 00000000..7287bc4e --- /dev/null +++ b/FluidCorpusManipulation_toolbar.svg @@ -0,0 +1 @@ + \ No newline at end of file