/
vasandi
/
AirSim
Обзор
Документация
Войти
/
vasandi
/
AirSim
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Unreal/Environments/Blocks/GenerateProjectFiles.bat
11 строк
380 B
Андрей Васильченко
сборка под ubuntu 26.04
08 июл 2026, 10:15
08 июл 2026, 10:15
d53c5a2
Код
Авторство
О чём код?
setlocal del /q gen_temp.txt powershell -command "& { (Get-ItemProperty 'Registry::HKEY_CLASSES_ROOT\Unreal.ProjectFile\shell\rungenproj' -Name 'Icon' ).'Icon' } > gen_temp.tmp" type gen_temp.tmp > gen_temp.txt set /p gen_bin=<gen_temp.txt del /q gen_temp.tmp del /q gen_temp.txt for %%f in (*.uproject) do ( echo Generating files for %%f %gen_bin% /projectfiles "%cd%\%%f" )