We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1829f6e commit 6aac016Copy full SHA for 6aac016
src/chsrc-main.c
@@ -30,7 +30,7 @@
30
* 然的加入,逐渐成长为互相支持的伙伴。
31
* ------------------------------------------------------------*/
32
33
-#include "chsrc_version.h"
+#include "version.h"
34
35
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
36
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
include/chsrc_version.h src/framework/version.hinclude/chsrc_version.h renamed to src/framework/version.h
lib/logo.ico src/res/logo.icolib/logo.ico renamed to src/res/logo.ico
lib/win_res.rc src/res/win_res.rclib/win_res.rc renamed to src/res/win_res.rc
@@ -2,7 +2,7 @@
2
// SPDX-License-Identifier: GPL-3.0-or-later
3
4
#include <windows.h>
5
6
7
// 图标资源
8
IDI_ICON1 ICON DISCARDABLE "logo.ico"
0 commit comments