Tack on simple instructions so I don't forget what's going on

This commit is contained in:
Andrew Tomaka 2021-03-09 22:57:08 -05:00
parent da7fda41d0
commit 48799d35b7
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 11 additions and 1 deletions

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