A pretty bad automatic mod updater. Supports direct links, modrinth, github releases and curseforge.
- Download:
- windows-updater.exe if you are using windows
- macos-updater if you are using mac os
- updater.py if you are using linux (remember to install requests and wxPython)
- Create
updater.json
in the same directory as your binary. Use schema defined below
If you are using an editor that supports json schema, you can start by creating updater.json
with following contents:
{
"$schema": "https://raw.githubusercontent.com/AntiCope/mod-updater/master/schema.json"
}
This should help you create valid configuration file. You can also use this website to generate updater.json by using a form.
Otherwise read updater.json to see an example of how a proprer configuration file should look.
--nogui, -ng
- disable progress bar gui