add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,17 +1,17 @@
# iscc
> Inno Setup 安装程序的编译器。
> 它将 Inno Setup 脚本编译 Windows 安装程序可执行文件。
> 更多信息:<https://jrsoftware.org/isinfo.php>.
> 它将 Inno Setup 脚本编译 Windows 安装程序可执行文件。
> 更多信息:<https://jrsoftware.org/isinfo.php>
- 编译一个 Inno Setup 脚本:
- 编译 Inno Setup 脚本:
`iscc {{脚本路径.iss}}`
`iscc {{path\to\file.iss}}`
- 静默编译一个 Inno Setup 安装程序:
- 安静地编译 Inno Setup 安装程序:
`iscc /Q {{脚本路径.iss}}`
`iscc /Q {{path\to\file.iss}}`
- 编译签名的 Inno Setup 安装程序:
- 编译签名的 Inno Setup 安装程序:
`iscc /S={{名称}}={{命令}} {{脚本路径.iss}}`
`iscc /S={{name}}={{command}} {{path\to\file.iss}}`