Moved back -g option to -a

This commit is contained in:
Antonin Décimo
2014-08-20 22:32:28 +02:00
parent 9a19a87a08
commit 83a5f111b7
3 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ Clone and run as root `install.sh`, or edit `install.sh` to choose
locations in user-space.
### SYNOPSIS
`love-release.sh [-dglmw] [-n project_name] [-r release_dir] [-v love_version] [FILES...]`
`love-release.sh [-adlmw] [-n project_name] [-r release_dir] [-v love_version] [FILES...]`
### DESCRIPTION
love-release.sh can be used to generate Love 2D game applications
@@ -30,7 +30,7 @@ the script will use it to set the game icon on Windows.
`--help` Print this longer help
#### OPERATING SYSTEMS
`-g` Create an Android package.
`-a` Create an Android package.
In order to create an Android package, you must have installed the Android SDK.
See [Building LÖVE for Android](https://bitbucket.org/MartinFelis/love-android-sdl2/wiki/Building_L%C3%96VE_for_Android_-_Linux),
but there is no need to install the [LÖVE port to Android](https://bitbucket.org/MartinFelis/love-android-sdl2),