Devostated / HLAELauncher

The HLAE Launcher keeps HLAE updated

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HLAE Launcher

An HLAE updater that checks for the version of the executable.

Installation & Usage

Place the HLAE Launcher.exe in your HLAE folder and use it instead of HLAE.exe

image

Usage for other programs

It can easily be modified to work for any program by adding the name of the executable and the Github repository link.

private const string toolName = "HLAE"; // Your tools name
private const string urlRepo = "https://github.com/advancedfx/advancedfx"; // Link to the repository

Build Requirements

  • Newtonsoft.Json
  • Costura.Fody (only used for DLL embedding, not necessary for functionality)

About

The HLAE Launcher keeps HLAE updated

License:MIT License


Languages

Language:C# 100.0%