Fixed path for autobuild

This commit is contained in:
gator96100 2020-02-01 00:03:45 +01:00
commit a3183d3e21

View file

@ -1,5 +1,5 @@
@echo off
call msys2\ps\setup.cmd
echo %~dp0builds /builds ntfs noacl 0 0 >>msys2/etc/fstab
echo %cd%\builds /builds ntfs noacl 0 0 >>msys2/etc/fstab
call msys2\msys2_shell.cmd -mingw32 -defterm -no-start -c /ps/autobuild.sh
call msys2\msys2_shell.cmd -mingw64 -defterm -no-start -c /ps/autobuild.sh