You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
6 lines
168 B
Batchfile
Executable File
6 lines
168 B
Batchfile
Executable File
@echo off
|
|
|
|
set engine_path=%~dp0..\..\..\..\..\..
|
|
|
|
"%engine_path%\Binaries\ThirdParty\Python3\Win64\python.exe" %~dp0CreateMultilanguageInstaller.py "%engine_path%" %1
|