mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 11:02:20 +00:00
Moved back -g option to -a
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user