Add Love default version. Can be updated to follow Love dev.

This commit is contained in:
Antonin Décimo
2014-01-21 20:19:36 +01:00
parent dcfe22a001
commit 3c06184a18
2 changed files with 21 additions and 16 deletions

View File

@@ -5,9 +5,10 @@
`love-release.sh [-lmw] [-n project_name] [-r release_dir] [-u company_name] [-v love_version] [FILES...]`
### DESCRIPTION
You can use love-release.sh to generate Love 2D game applications and get over the fastidious zipping commands you had to do.
The script fully supports Windows, MacOS either on x86 or x64.
It needs an Internet connection to download Love files, and relies on curl, zip and unzip commands.
You can use love-release.sh to generate Love 2D game applications and get over the fastidious zipping commands you had to do.
The script fully supports Windows, MacOS either on x86 or x64.
It needs an Internet connection to download Love files, and relies on curl, zip and unzip commands.
To set the default Love version to use, you can edit the very beginning of the script.
### OPTIONS
`-h` Print a short help
@@ -18,7 +19,7 @@ It needs an Internet connection to download Love files, and relies on curl, zip
Mostly aimed at Linux players or developpers and the most common distribution process.
`-m` Create MacOS application.
Starting with Love 0.9.0, Love no longer supports old x86 Macintosh.
Starting with Love 0.9.0, Love no longer supports old x86 Macintosh.
If you are targeting one of these, your project must be developped with Love 0.8.0 or lower.
Depending on the Love version used, the script will choose which one, between x64 only or Universal Build to create.
@@ -48,4 +49,4 @@ It needs an Internet connection to download Love files, and relies on curl, zip
### SEE ALSO
[https://www.love2d.org](https://www.love2d.org)
[https://www.love2d.org/wiki/Game_Distribution](https://www.love2d.org/wiki/Game_Distribution)
[https://www.github.org/MisterDA/love-release](https://www.github.org/MisterDA/love-release)
[https://www.github.org/MisterDA/love-release](https://www.github.org/MisterDA/love-release)