From ce120de8958aa0967c9eb09a90d8964dbf7aa97e Mon Sep 17 00:00:00 2001 From: Vincent Berthiaume Date: Mon, 10 Jun 2024 16:52:23 -0400 Subject: [PATCH] cmakeIcon --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 32d8192a..af86f1d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ add_subdirectory (modules/melatonin_inspector) # See `docs/CMake API.md` in the JUCE repo for all config options juce_add_plugin("${PROJECT_NAME}" # Icons for the standalone app - ICON_BIG "${CMAKE_CURRENT_SOURCE_DIR}/packaging/icon.png" + ICON_BIG "${CMAKE_CURRENT_SOURCE_DIR}/packaging/Icon1024.png" # Change me! COMPANY_NAME "${COMPANY_NAME}"