Add nightly builds support, and special directory for each love version

This commit is contained in:
Antonin Décimo
2013-11-08 17:16:23 +01:00
parent a97042497f
commit c7ceede1b6
2 changed files with 36 additions and 10 deletions

View File

@@ -17,12 +17,13 @@ A directory (default is `./releases`) will be created, and filled with the zippe
- *-l*, generates a .love file
- *-m*, generates a Mac OS X app
- *-w*, generates Windows x86 and x86_64 executables
- *-w32*, generates Windows x86 executable
- *-w32*, generates Windows x86 executable
- *-w64*, generates Windows x86_64 executable
- *-n*, project's name. By default, the directory's name is used
- *-r*, release directory. By default, a subdirectory called `releases` is created
- *-u*, company name. Provide it for OSX CFBundleIdentifier, otherwise USER is used
- *-v*, love version. Default is 0.8.0. Prior to it, no special Win64 version is available
- *-v*, love version. Default is 0.8.0. Prior to it, no special Win64 version is available
Use `-v dev` for nightly builds
- *--refresh*, refresh the cache located in `~/.cache/love-release`
### SEE ALSO