mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-03-12 04:36:22 -07:00
5 lines
191 B
Batchfile
5 lines
191 B
Batchfile
@echo off
|
|
cd %~dp0
|
|
call msys2\ps\setup.cmd
|
|
call msys2\msys2_shell.cmd -mingw64 -defterm -no-start %*
|
|
if not exist msys2\ps\installed64.txt msys2\msys2_shell.cmd -mingw64 -defterm -no-start %* |