6 lines
168 B
Batchfile
6 lines
168 B
Batchfile
@echo off
|
|
|
|
set engine_path=%~dp0..\..\..\..\..\..
|
|
|
|
"%engine_path%\Binaries\ThirdParty\Python3\Win64\python.exe" %~dp0CreateMultilanguageInstaller.py "%engine_path%" %1
|