mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 19:12:19 +00:00
Changed --W arch to -W arch, fix win not executing
This commit is contained in:
@@ -46,7 +46,7 @@ If you are targeting one of these, your project must be developed with Love 0.8.
|
||||
Depending on the Love version used, the script will choose which one,
|
||||
between x64 only or Universal Build to create.
|
||||
.TP
|
||||
.BR \-W
|
||||
.BR \-W \fIarch\fR
|
||||
Create Windows application.
|
||||
Starting with Love 0.8.0, a release is specially available for Windows x64.
|
||||
If you are targeting one of these, your project must be developed with Love 0.8.0 or newer.
|
||||
@@ -54,10 +54,10 @@ Remember that x86 is always backwards compatible with x64.
|
||||
Depending on the Love version used, the script will choose which one,
|
||||
between x64 and x86 or x86 only to create.
|
||||
.br
|
||||
.B \-\-W32
|
||||
.B \-W32
|
||||
Create Windows x86 executable only.
|
||||
.br
|
||||
.B \-\-W64
|
||||
.B \-W64
|
||||
Create Windows x64 executable only.
|
||||
.SH PROJECT OPTIONS
|
||||
You can use the option of a module and append a long option from this list to set a specific
|
||||
|
Reference in New Issue
Block a user