mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 19:12:19 +00:00
Clean documentation, add dependencies
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
.TH LOVE-RELEASE.SH 1
|
||||
.SH NAME
|
||||
love-release.sh \- Bash script to generate Love 2D game releases
|
||||
love-release.sh \- Bash script to generate LÖVE game releases
|
||||
.SH SYNOPSIS
|
||||
.B love\-release.sh
|
||||
[\fB\-ADLMW\fR] [\fB\-t\fR \fIproject_title\fR] [\fB\-r\fR \fIrelease_dir\fR] [\fB\-l\fR \fIlove_version\fR] [\fIFILES...\fR]
|
||||
.SH DESCRIPTION
|
||||
.B love-release.sh
|
||||
can be used to generate Love 2D game applications
|
||||
and get over the fastidious zipping commands you had to do.
|
||||
can be used to generate LÖVE game applications and get over the fastidious zipping commands you had to do.
|
||||
.PP
|
||||
The script fully supports Windows, MacOS either on x86 or x64,
|
||||
Debian and Android packages.
|
||||
It needs an Internet connection to download Love files,
|
||||
and relies on \fBcurl\fR, \fBzip\fR and \fBunzip\fR commands.
|
||||
The script fully supports Windows, MacOS either on x86 or x64, Debian and Android packages.
|
||||
It needs an Internet connection to download LÖVE files.
|
||||
.SH CONFIGURATION
|
||||
You can install \fIlua\fR and add a \fIconf.lua\fR to your project to get automatic releases.
|
||||
See the \fIconf.lua\fR file included to see how configuration works.
|
||||
|
Reference in New Issue
Block a user