mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
refactor(include): 更新头文件引用路径
This commit is contained in:
parent
1829f6e622
commit
6aac016c02
|
|
@ -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"
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
|
@ -2,7 +2,7 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include <windows.h>
|
||||
#include "chsrc_version.h"
|
||||
#include "version.h"
|
||||
|
||||
// 图标资源
|
||||
IDI_ICON1 ICON DISCARDABLE "logo.ico"
|
||||
Loading…
Reference in New Issue