We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c13a2b commit 9002adeCopy full SHA for 9002ade
1 file changed
Metaminesweeper.iss
@@ -4,19 +4,19 @@
4
; 或者 cd 到Inno Setup 的安装目录,然后在命令行中使用 iscc "{xxx.iss}" 进行编译
5
; 安装程序生成在该脚本的根目录下的Output目录下
6
; 程序名称
7
-#define MyAppName "Metaminesweeper"
+#define MyAppName "Metasweeper"
8
; 程序版本
9
-#define MyAppVersion "3.1.11"
+#define MyAppVersion "3.2.0"
10
; 发行商
11
#define MyAppPublisher "eee555"
12
; 官网
13
-#define MyAppURL "https://github.com/eee555/Solvable-Minesweeper"
+#define MyAppURL "https://github.com/eee555/Metasweeper"
14
; 运行主程序名称
15
#define MyAppExeName "metaminesweeper.exe"
16
; 程序目录
17
#define AppPath "metaminesweeper"
18
; 根目录
19
-#define RootPath "Metaminesweeper-v3.1.11"
+#define RootPath "Metaminesweeper-snapshot"
20
; 图标
21
#define IconPath "media\cat.ico"
22
[Setup]
0 commit comments