Skip to content

Commit 9002ade

Browse files
committed
Update Metaminesweeper.iss
1 parent 2c13a2b commit 9002ade

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Metaminesweeper.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
; 或者 cd 到Inno Setup 的安装目录,然后在命令行中使用 iscc "{xxx.iss}" 进行编译
55
; 安装程序生成在该脚本的根目录下的Output目录下
66
; 程序名称
7-
#define MyAppName "Metaminesweeper"
7+
#define MyAppName "Metasweeper"
88
; 程序版本
9-
#define MyAppVersion "3.1.11"
9+
#define MyAppVersion "3.2.0"
1010
; 发行商
1111
#define MyAppPublisher "eee555"
1212
; 官网
13-
#define MyAppURL "https://github.com/eee555/Solvable-Minesweeper"
13+
#define MyAppURL "https://github.com/eee555/Metasweeper"
1414
; 运行主程序名称
1515
#define MyAppExeName "metaminesweeper.exe"
1616
; 程序目录
1717
#define AppPath "metaminesweeper"
1818
; 根目录
19-
#define RootPath "Metaminesweeper-v3.1.11"
19+
#define RootPath "Metaminesweeper-snapshot"
2020
; 图标
2121
#define IconPath "media\cat.ico"
2222
[Setup]

0 commit comments

Comments
 (0)