Split out goliath addon for distribution #23
2 changed files with 11 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
10
README.md
Normal 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
|
Loading…
Reference in a new issue