mirror of https://github.com/axmolengine/axmol.git
5 lines
122 B
Batchfile
5 lines
122 B
Batchfile
|
@echo off
|
||
|
rem Ensure vswhere installed for cmdline tool could find vs2017+
|
||
|
pip install vswhere
|
||
|
python "%~dp0/axmol.py" %*
|