From ee9af549179cb4896a4a3036220d6fc294a9d45b Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 23 Jun 2022 16:29:08 -0700 Subject: [PATCH] adjust drone to handle new windows cert and sign more dlls --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index dcd7eea6..e70125c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -229,7 +229,7 @@ steps: status: [ success ] environment: pfx: - from_secret: pfx + from_secret: pfx2022_b64 pfx_pass: from_secret: pfx_pass commands: @@ -245,6 +245,8 @@ steps: - echo $Env:pfx > codesign.pfx.b64 - certutil -decode codesign.pfx.b64 codesign.pfx - signtool sign /v /fd sha256 /a /f codesign.pfx /p $Env:pfx_pass /tr http://timestamp.digicert.com $Env:releasedir\cwtch.exe + - signtool sign /v /fd sha256 /a /f codesign.pfx /p $Env:pfx_pass /tr http://timestamp.digicert.com $Env:releasedir\libCwtch.dll + - signtool sign /v /fd sha256 /a /f codesign.pfx /p $Env:pfx_pass /tr http://timestamp.digicert.com $Env:releasedir\flutter_windows.dll - copy windows\runner\resources\knot_128.ico $Env:releasedir\cwtch.ico - makensis windows\nsis\cwtch-installer.nsi - move windows\nsis\cwtch-installer.exe cwtch-installer.exe