]> gitweb.factorcode.org Git - factor.git/commitdiff
mason.release.sign: sign the other dll
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 17 Aug 2023 18:41:09 +0000 (11:41 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 17 Aug 2023 18:41:09 +0000 (11:41 -0700)
extra/mason/release/sign/sign.factor

index b92779936ef59bee483bdbaccccb643280ffe89c..c18af496cf5eb18fc4c617e5fa74c42fd47b3366 100644 (file)
@@ -46,7 +46,12 @@ M: macosx sign-factor-app
     ] each ;
 
 M:: windows sign-factor-app ( -- )
-    { "factor.com" "factor.exe" "factor.dll" } [
+    {
+        "factor.com"
+        "factor.exe"
+        "factor.dll"
+        "libfactor-ffi-test.dll"
+    } [
         ${
             "signtool" "sign"
             "/v"