mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-03-12 04:36:22 -07:00
Make taskkill silent
This commit is contained in:
parent
b5c11aa838
commit
052d6b374a
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
call msys2\ps\setup.cmd
|
||||
taskkill /IM "gpg-agent.exe" /F
|
||||
taskkill /IM "gpg-agent.exe" /F 2>NUL
|
||||
echo %~dp0builds /builds ntfs noacl 0 0 >>msys2/etc/fstab
|
||||
call msys2\msys2_shell.cmd -mingw64 -defterm -no-start -c /ps/autobuild.sh
|
Loading…
x
Reference in New Issue
Block a user