- C# 82.4%
- JavaScript 16%
- Batchfile 1.6%
| releaseOrganizer | ||
| src | ||
| .gitignore | ||
| crossCompile.bat | ||
| GDPSUpdater.csproj | ||
| GDPSUpdater.sln | ||
| index.json | ||
| LICENSE | ||
| README.md | ||
GDPS-Updater
A simple cross-platform program to download and update one or multiple GDPS(s)!
Usage
To use this, you will first need to download a release from the releases tab, depending on your platform.
Once extracted, you can either download a GDPS that's available in the index (currently limited) with the <your binary/exe> --add <gdps_name> command, or add this to your gdps.json file (you will need to run the program once to know where it should be created) to configure the program manually:
[
{
"name": "Your GDPS Name",
"downloadURL": "https://your.direct.download.link/if-there-is-any.zip"
"launcherURL": "https://your.gdps-launcher-url-if-you-use-megasa1nts.backend"
}
]
To remove a GDPS that you've added (from the index or manually), you can use the <your binary/exe> --remove <gdps_name> command.
More information about other commands are available by using --help.
Adding your GDPS to the index
Are you a GDPS owner or a player who wants to see their GDPS added to the index? Feel free to open a pull request to add it!
License
This project is licensed under the Mozilla Public License Version 2.0.