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