From 4859d0cf7e8454a980af103d51a2cf06b8adcca4 Mon Sep 17 00:00:00 2001 From: shingyu Date: Tue, 22 Jul 2025 04:22:26 +0800 Subject: [PATCH] fix name --- linux/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 52050ce..251d858 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -4,10 +4,10 @@ project(runner LANGUAGES CXX) # The name of the executable created for the application. Change this to change # the on-disk name of your application. -set(BINARY_NAME "灵猫小说下载器") +set(BINARY_NAME "swiftcat-downloader") # The unique GTK application identifier for this application. See: # https://wiki.gnome.org/HowDoI/ChooseApplicationID -set(APPLICATION_ID "com.example.swiftcat_downloader") +set(APPLICATION_ID "cn.staredges.swiftcat") # Explicitly opt in to modern CMake behaviors to avoid warnings with recent # versions of CMake.