Сборка из иcходников GitHub
Загрузка лаунчера
Выполните папку в удобной для вас директории
git clone --recursive https://github.com/GamerVII-NET/Gml.Launcher.git
git clone --recursive --branch develop https://github.com/GamerVII-NET/Gml.Launcher.git
После установки у вас будет папка Gml.Launcher, откройте в ней Gml.Launcher.sln в одном из загруженных IDE
Настройка проекта
Откройте файл
src/Gml.Launcher/Assets/Resources/ResourceKeysDictionary.csОтредактируйте файл
public static class ResourceKeysDictionary
{
...
public const string Host = "{{HOST}}";
public const string FolderName = "{{FOLDER_NAME}}";
}
Соберите проект





Last modified: 28 November 2024