From 9006c50b5ee8ac8364ae257b4237f9dd9d10a7c4 Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Sun, 5 May 2024 03:54:59 -0400 Subject: [PATCH] rename macOS app --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30e3a10e..024eda46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ if (USE_ALTERNATIVE_NAME ) set(GOLDENDICT "goldendict-ng") endif () if (APPLE) - set(GOLDENDICT "GoldenDict") + set(GOLDENDICT "GoldenDict-ng") endif() set(CMAKE_CXX_STANDARD 17)