Little fixes. Description and Homepage now global.

This commit is contained in:
Antonin Décimo
2014-09-04 09:31:02 +02:00
parent bcdda5ac7e
commit 465030dbeb
7 changed files with 43 additions and 46 deletions

View File

@@ -78,6 +78,12 @@ Starting with Love 0.9.0, Love no longer supports old x86 Macintosh.
.TP
.B \-x \fIfile\fR|\fIdirectory\fR
Exclude file or directory.
.TP
.B \-\-description \fIdescription\fR
Set the description of your project.
.TP
.B \-\-homepage \fIurl\fR
Set the homepage of your project.
.SH WINDOWS
.TP
.B \-\-win\-icon \fIicon\fR
@@ -91,12 +97,6 @@ Path to an icns file to use.
Set the maintainer's name. Provide it for OS X CFBundleIdentifier.
.SH DEBIAN
.TP
.B \-\-description \fIdescription\fR
Set the description of your project.
.TP
.B \-\-homepage \fIpage\fR
Set the homepage of your project.
.TP
.B \-\-maintainer-email \fIemail\fR
Set the maintainer's email.
.TP
@@ -119,7 +119,7 @@ The name of the class that extends GameActivity.
By default it is the name of the project with 'Activity' appended,
eventual spaces and dashes replaced by underscores.
.TP
.B \-\-apk\|maintainer\-name \fIname\fR
.B \-\-apk\-maintainer\-name \fIname\fR
Set the maintainers name.
It must be only alphanumerical characters, with eventual underscores.
.TP