format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

@@ -1,16 +1,16 @@
# iscc
> Inno Setup安装程序的编译器.
> 它将Inno Setup脚本编译为Windows安装程序可执行文件.
> Inno Setup 安装程序的编译器
> 它将 Inno Setup 脚本编译为 Windows 安装程序可执行文件
- 编译一个Inno Setup脚本:
- 编译一个 Inno Setup 脚本
`iscc {{脚本路径.iss}}`
- 静默编译一个Inno Setup安装程序:
- 静默编译一个 Inno Setup 安装程序
`iscc /Q {{脚本路径.iss}}`
- 编译已签名的Inno Setup安装程序:
- 编译已签名的 Inno Setup 安装程序
`iscc /S={{名称}}={{命令}} {{脚本路径.iss}}`