format translation: change colon

This commit is contained in:
Ein Verne
2019-10-19 14:12:27 +08:00
committed by Starbeamrainbowlabs
parent f0f2764de2
commit 30c2bd4c7c
181 changed files with 694 additions and 694 deletions

View File

@@ -2,10 +2,10 @@
> 为 macOS 的应用程序签名.
- 用证书签名
- 用证书签名:
`codesign -s {{"公司名称"}} {{路径 / 应用名.app}}`
- 验证应用程序的签名
- 验证应用程序的签名:
`codesign -v {{路径 / 应用名.app}}`