Skip to content

Commit 62276cf

Browse files
committed
Oops, bad path!
1 parent 31bfcd6 commit 62276cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SignFile.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if NOT DEFINED SignTarget goto usage
1212
if NOT DEFINED CertFile goto usage
1313
if NOT DEFINED Secret goto usage
1414

15-
powershell -NoLogo -NoProfile -Command "Import-Module %SYNERGY%\bat\signfile.ps1; Azure-Signfile -CertFile \"%CertFile%\" -SignSecret \"%Secret%\" -Description \"%Description%\" -TargetFile \"%SignTarget%\" -AzureAppId \"%AzureAppId%\" -AzureDirId \"%AzureDirId%\""
15+
powershell -NoLogo -NoProfile -Command "Import-Module .\signfile.ps1; Azure-Signfile -CertFile \"%CertFile%\" -SignSecret \"%Secret%\" -Description \"%Description%\" -TargetFile \"%SignTarget%\" -AzureAppId \"%AzureAppId%\" -AzureDirId \"%AzureDirId%\""
1616
endlocal
1717
goto exit
1818

0 commit comments

Comments
 (0)