From 6aac016c02acc3a5630877a745ea8e072af7998c Mon Sep 17 00:00:00 2001 From: Mikachu2333 Date: Sun, 12 Oct 2025 20:53:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor(include):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=A4=B4=E6=96=87=E4=BB=B6=E5=BC=95=E7=94=A8=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chsrc-main.c | 2 +- include/chsrc_version.h => src/framework/version.h | 0 {lib => src/res}/logo.ico | Bin {lib => src/res}/win_res.rc | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename include/chsrc_version.h => src/framework/version.h (100%) rename {lib => src/res}/logo.ico (100%) rename {lib => src/res}/win_res.rc (98%) diff --git a/src/chsrc-main.c b/src/chsrc-main.c index 94f4031..0325b75 100644 --- a/src/chsrc-main.c +++ b/src/chsrc-main.c @@ -30,7 +30,7 @@ * 然的加入,逐渐成长为互相支持的伙伴。 * ------------------------------------------------------------*/ -#include "chsrc_version.h" +#include "version.h" #define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc" #define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc" diff --git a/include/chsrc_version.h b/src/framework/version.h similarity index 100% rename from include/chsrc_version.h rename to src/framework/version.h diff --git a/lib/logo.ico b/src/res/logo.ico similarity index 100% rename from lib/logo.ico rename to src/res/logo.ico diff --git a/lib/win_res.rc b/src/res/win_res.rc similarity index 98% rename from lib/win_res.rc rename to src/res/win_res.rc index d45e568..b2f0414 100644 --- a/lib/win_res.rc +++ b/src/res/win_res.rc @@ -2,7 +2,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later #include -#include "chsrc_version.h" +#include "version.h" // 图标资源 IDI_ICON1 ICON DISCARDABLE "logo.ico"