@echo off if "%CERT_FILE%" == "" ( echo skipping Windows code-signing; CERT_FILE not set exit /b ) .\script\signtool sign /d "GitHub CLI" /f "%CERT_FILE%" /p "%CERT_PASSWORD%" /fd sha256 /tr http://timestamp.digicert.com /v "%1"