Skip to content

Commit

Permalink
Fixed parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveIves committed Apr 19, 2024
1 parent 62276cf commit 4245f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SignFile.bat
Expand Up @@ -12,7 +12,7 @@ if NOT DEFINED SignTarget goto usage
if NOT DEFINED CertFile goto usage
if NOT DEFINED Secret goto usage

powershell -NoLogo -NoProfile -Command "Import-Module .\signfile.ps1; Azure-Signfile -CertFile \"%CertFile%\" -SignSecret \"%Secret%\" -Description \"%Description%\" -TargetFile \"%SignTarget%\" -AzureAppId \"%AzureAppId%\" -AzureDirId \"%AzureDirId%\""
powershell -NoLogo -NoProfile -Command "Import-Module .\signfile.ps1; Azure-Signfile -CertFile \"%CertFile%\" -SignSecret \"%Secret%\" -Description \"%Description%\" -TargetFile \"%SignTarget%\" -ApplicationId \"%AzureAppId%\" -DirectoryId \"%AzureDirId%\""
endlocal
goto exit

Expand Down

0 comments on commit 4245f69

Please sign in to comment.