Split out goliath addon for distribution #23

Merged
atomaka merged 6 commits from auto-repair-goliath into master 2021-03-09 22:58:50 -05:00
2 changed files with 11 additions and 1 deletions
Showing only changes of commit 48799d35b7 - Show all commits

View file

@ -20,6 +20,6 @@ upload: archive
https://wow.curseforge.com/api/projects/$$CURSEFORGE_PROJECT_ID/upload-file https://wow.curseforge.com/api/projects/$$CURSEFORGE_PROJECT_ID/upload-file
version: version:
curl -H "X-Api-Token: $$CURSEFORGE_TOKEN" \ @curl -s -H "X-Api-Token: $$CURSEFORGE_TOKEN" \
https://wow.curseforge.com/api/game/versions | \ https://wow.curseforge.com/api/game/versions | \
jq ".[-1] | .id" jq ".[-1] | .id"

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# ATAddons
Miscellaneous World of Warcraft addons.
## ATAutoReactivateGoliath
To distribute new file via Makefile
1. `WOW_GAME_VERSION=$(make version)` to grab the current game version
2. `make upload` to upload addon for recently grabbed game version