123456789101112131415161718192021222324 |
- sign-config:
- algorithm:
- - 'sha256' ## 签名算法,默认缺省值为sha256
- base-sign-path: 'build/out/Run/version' ## 签名根路径,指向待签名文件的入口文件目录
- include-pattern: ## 匹配模式,支持Ant路径通配符匹配,用于筛选指定模式的签名文件或目录
- - '**/*.dll'
- - '**/*.exe'
- exclude-pattern: ## 排除模式,支持Ant路径通配符匹配,用于排除指定模式的签名文件或目录
- - '**/*.txt'
- - '**/*.ini'
- - '**/*.bmp' ## Dep
- - '**/*.cfg' ## Dep
- - '**/*.vbs'
- - '**/*/bin/api-ms-win-*.dll'
- - '**/*/bin/concrt140*.dll'
- - '**/*/bin/mfc*.dll'
- - '**/*/bin/msvc*.dll'
- - '**/*/bin/ucrt*.dll'
- - '**/*/bin/vcamp140.dll'
- - '**/*/bin/vccorlib140.dll'
- - '**/*/bin/vcomp1*.dll'
- - '**/*/bin/vcruntime140*.dll'
- - '**/*/dep/CW.ID81.dll'
-
|