diff --git a/Makefile b/Makefile index 059955c..77111e3 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,6 @@ upload: archive https://wow.curseforge.com/api/projects/$$CURSEFORGE_PROJECT_ID/upload-file version: - curl -H "X-Api-Token: $$CURSEFORGE_TOKEN" \ + @curl -s -H "X-Api-Token: $$CURSEFORGE_TOKEN" \ https://wow.curseforge.com/api/game/versions | \ jq ".[-1] | .id" diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb9a1b1 --- /dev/null +++ b/README.md @@ -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