diff --git a/autobuild.bat b/autobuild.bat index 0efa61e5b..f55ff8400 100644 --- a/autobuild.bat +++ b/autobuild.bat @@ -1,4 +1,5 @@ @echo off call msys2\ps\setup.cmd -echo %cd%\builds /builds ntfs noacl 0 0 >>msys2/etc/fstab +taskkill /IM "gpg-agent.exe" /F +echo %~dp0builds /builds ntfs noacl 0 0 >>msys2/etc/fstab call msys2\msys2_shell.cmd -mingw64 -defterm -no-start -c /ps/autobuild.sh \ No newline at end of file