sign-config.yaml 827 B

12345678910111213141516171819
  1. sign-config:
  2. algorithm:
  3. - 'sha256' ## 签名算法,默认缺省值为sha256
  4. base-sign-path: 'build/out/Run/version' ## 签名根路径,指向待签名文件的入口文件目录
  5. include-pattern: ## 匹配模式,支持Ant路径通配符匹配,用于筛选指定模式的签名文件或目录
  6. - '**/*.dll'
  7. - '**/*.exe'
  8. exclude-pattern: ## 排除模式,支持Ant路径通配符匹配,用于排除指定模式的签名文件或目录
  9. - '**/*.txt'
  10. - '**/*.ini'
  11. - '**/*.bmp' ## Dep
  12. - '**/*.cfg' ## Dep
  13. - '**/*.vbs'
  14. - '**/*/bin/concrt140*.dll'
  15. - '**/*/bin/mfc*.dll'
  16. - '**/*/bin/msvc*.dll'
  17. - '**/*/bin/vcruntime140*.dll'
  18. - '**/*/dep/CW.ID81.dll'