mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Update sign script to return failure/success properly in helper
This commit is contained in:
@@ -44,6 +44,8 @@ sign_file() {
|
||||
elif [ "$CLOUD_SIGN" == "1" ]; then
|
||||
timeout 5 signtool.exe sign /d RenderDoc /f "${PUBFILE}" /fd sha256 /tr $TSS /td sha256 /csp "Google Cloud KMS Provider" /kc "${KEYNAME}" "${INPUTFILE}"
|
||||
fi
|
||||
signtool.exe verify /pa "$INPUTFILE" >/dev/null 2>&1
|
||||
return $?
|
||||
}
|
||||
|
||||
INPUTFILE="$1"
|
||||
|
||||
Reference in New Issue
Block a user