Skip to content

Commit 6aac016

Browse files
committed
refactor(include): 更新头文件引用路径
1 parent 1829f6e commit 6aac016

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/chsrc-main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* 然的加入,逐渐成长为互相支持的伙伴。
3131
* ------------------------------------------------------------*/
3232

33-
#include "chsrc_version.h"
33+
#include "version.h"
3434

3535
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
3636
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
File renamed without changes.

lib/win_res.rc renamed to src/res/win_res.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: GPL-3.0-or-later
33

44
#include <windows.h>
5-
#include "chsrc_version.h"
5+
#include "version.h"
66

77
// 图标资源
88
IDI_ICON1 ICON DISCARDABLE "logo.ico"

0 commit comments

Comments
 (0)