Fix HSM Windows signing

This commit is contained in:
Andy Feller 2023-12-14 11:02:28 -05:00
parent 3a476b81cb
commit 6a96de14bf

View file

@ -1,3 +1,5 @@
#!/usr/bin/env pwsh
if ($null -ne $env:DLIB_PATH) {
Write-Host "Skipping Windows code signing; DLIB_PATH not set"
exit