mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2024-12-03 02:40:17 -08:00
6 lines
205 B
Batchfile
6 lines
205 B
Batchfile
@echo off
|
|
call setup\setup.cmd
|
|
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 /setup/autobuild.sh
|