Skip to content

Instantly share code, notes, and snippets.

@wispborne
Last active April 22, 2024 16:06
Show Gist options
  • Save wispborne/dad950c16ae82b35cc43aab71a9fa0dc to your computer and use it in GitHub Desktop.
Save wispborne/dad950c16ae82b35cc43aab71a9fa0dc to your computer and use it in GitHub Desktop.
Example of Starsector Version Checker file on Gist
{
# To get this url, first create your Gist, then click Raw and copy the url,
# then remove the *second* number from the url (after "raw")
# so that it matches the format of the below url.
"masterVersionFile": "https://gist.githubusercontent.com/wispborne/dad950c16ae82b35cc43aab71a9fa0dc/raw/Example.version",
"modName": "MagicLib",
"modThreadId": "25868",
"modVersion": {
"major": "1",
"minor": "4",
"patch": "3"
},
# Optional below here
"directDownloadURL": "https://github.com/MagicLibStarsector/MagicLib/releases/latest/download/MagicLib.zip",
"changelogURL": "https://raw.githubusercontent.com/MagicLibStarsector/MagicLib/master/CHANGELOGS.md",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment