sign-config.yaml 980 B

123456789101112131415161718192021222324
  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/api-ms-win-*.dll'
  15. - '**/*/bin/concrt140*.dll'
  16. - '**/*/bin/mfc*.dll'
  17. - '**/*/bin/msvc*.dll'
  18. - '**/*/bin/ucrt*.dll'
  19. - '**/*/bin/vcamp140.dll'
  20. - '**/*/bin/vccorlib140.dll'
  21. - '**/*/bin/vcomp1*.dll'
  22. - '**/*/bin/vcruntime140*.dll'
  23. - '**/*/dep/CW.ID81.dll'