File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed
Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 1- // SPDX-License-Identifier: GPL-3.0-or-later
1+ // -------------------------------------------------
2+ // 联系作者:
3+ // SPDX-License-Identifier: GPL-3.0-or-later
24// SPDX-FileCopyrightText: 2019-2025 XMuli & Contributors
35// SPDX-GitHub: https://github.com/XMuli/ChineseChess
46// SPDX-Author: XMuli <xmulitech@gmail.com>
57
6- // -------------------------------------------------
7- // Project created by QtCreator 2019-01-22T19:52:58
8- //
9- // 关于作者:
10- // 偕臧 xmulitech@gmail.com
11- // 项目完成时间: 2019-02-01
12- // 功能更新时间: 2025-10-10
13- // 其他:如果觉得该作品对你有用,或者有疑惑或者感谢,可以联系作者或者打赏;
14- // 对我的 Star 和 Fork 是最大鼓励;当然有人欢迎你提交在 GitHub 提交 PR,
15- // 已将源码和思路开源公布于我的github和博客,供大家学习参考
16- //
17- // 联系作者:
188// GitHub: https://github.com/XMuli/ChineseChess
199// Site: https://chinesechess.xmuli.tech
2010// More Products https://product.xmuli.tech
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33#pragma parseroption -p
44#define MyAppName " ChineseChess"
5- #define MyAppVersion " 6.3 "
6- #define MyAppPublisher " XMuli Teams "
5+ #define MyAppVersion " 7.0 "
6+ #define MyAppPublisher " Wengeng Zhang "
77#define MyAppCompany " XMuli"
88#define MyAppURL " https://chinesechess.xmuli.tech"
99#define MyAppExeName " ChineseChess.exe"
10- #define MyArchitecture " x86 " ; x64 x86
11- #define MyCOMPILER_ID " mingw " ; mingw msvc
10+ #define MyArchitecture " x64 " ; x64 x86
11+ #define MyCOMPILER_ID " msvc " ; mingw msvc
1212#define MySrc " ."
1313#define MyBinDir " bin" ; 相对于 .iss 文件的路径
1414#define MyOutputDir " ./"
You can’t perform that action at this time.
0 commit comments