Skip to content

Commit 7a3d769

Browse files
committed
#143 remove pause when when sign tool is not found to avoid blocking automated process
1 parent 7eb052a commit 7a3d769

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Scripts/sign-tool.cmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ if not exist %signtool% set signtool="%SystemDrive%\Progra~2\%signToolRelative2%
3737
if not exist %signtool% (
3838
echo Signing tool not found:
3939
echo %signtool%
40-
pause
4140
exit /b 1
4241
)
4342

0 commit comments

Comments
 (0)