From 0e843ceb23322e8498e07721bde91970fb8d5130 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Sun, 22 Nov 2020 22:04:14 +0100 Subject: [PATCH] Automatically reopen ProxSpace after the initial msys2 update --- runme64.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runme64.bat b/runme64.bat index a9266abfd..f2c5cb3fd 100644 --- a/runme64.bat +++ b/runme64.bat @@ -1,3 +1,4 @@ @echo off +cd %~dp0 call msys2\ps\setup.cmd -call msys2\msys2_shell.cmd -mingw64 -defterm -no-start %* \ No newline at end of file +call msys2\msys2_shell.cmd -mingw64 -defterm -no-start %*call msys2\msys2_shell.cmd -mingw64 -defterm -no-start %*if not exist msys2\ps\installed64.txt msys2\msys2_shell.cmd -mingw64 -defterm -no-start %* \ No newline at end of file