Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Apr 1, 2021
1 parent 5925c7a commit a1b84be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,13 @@ can use a specific version (`release.sh -g 1.13.6`) or you can use the game type
(`release.sh -g classic`). Using a game type will set the game version based on
the appropriate TOC `Interface` value.

You can also set multiple specific versions as a comma delimited list using the
`-g` switch (`release.sh -g 1.13.6,2.5.1,9.0.5`), the last of which is what will
be used as the target version for the build. This is not recommended, though,
even if you do not need any special file processing, because the addon will
always be marked "Out of date" for versions that do not match the TOC interface
value.

## Building locally

The recommended way to include __release.sh__ in a project is to:
Expand Down

0 comments on commit a1b84be

Please sign in to comment.