You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interfaceiLauncherJson{version: number=0;// Версия спецификации файлаengines: Array<iEngine>;engine_version: number;// Выбранная версия GZDoom для запускаdrrp_version: string;// "0.3.x"drrp_repository: string;// URL репозитория для клонированияapi_engines: string;// API для получения списка GZDoom'ов со ссылками для скачиванияupdate_on_load: boolean=true;// Обновлять ли список версий DRRP и GZDoom при запуске лаунчера};interfaceiEngine{version: number;// Версия GZDoom (3.5.1 -> 351, 3.5 -> 350)binary: string;// Путь к .exe файлу относительно главной папки};