Przeglądaj źródła

Z991239-5269 #comment 签名文件提交

80374374 1 rok temu
rodzic
commit
ef17cebc3a
1 zmienionych plików z 19 dodań i 0 usunięć
  1. 19 0
      sign-config.yaml

+ 19 - 0
sign-config.yaml

@@ -0,0 +1,19 @@
+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/concrt140*.dll'
+    - '**/*/bin/mfc*.dll'
+    - '**/*/bin/msvc*.dll'
+    - '**/*/bin/vcruntime140*.dll'
+    - '**/*/dep/CW.ID81.dll'
+