Add Windows installer with Inno Setup !

This commit is contained in:
Antonin Décimo
2014-09-27 17:32:07 +02:00
parent 21c6e2c22a
commit 128a1a6793
8 changed files with 226 additions and 20 deletions

View File

@@ -85,9 +85,32 @@ Set the description of your project.
.B \-\-homepage \fIurl\fR
Set the homepage of your project.
.SH WINDOWS
You can create an installer. If you dont, you will have zip of a folder
containing your game executable and its dlls.
Creating installers and using icons require Wine to be installed.
.TP
.B \-\-win\-icon \fIicon\fR
Path to an ico file to use.
.TP
.B \-\-win\-installer
Create an installer with Inno Setup.
.TP
.B \-\-win\-appid \fIid\fR
Your game ID. You can use a GUID/UUID and generate one with \fIuuigen\fR.
It should remain the same between updates.
Mandatory if using an installer, not needed for a simple zip.
.TP
.B \-\-win\-maintainer\-name \fIname\fR
Set the maintainers name.
Mandatory if using an installer, not needed for a simple zip.
.TP
.B \-\-win\-package\-name \fIname\fR
Set the name of the package.
Mandatory if using an installer, not needed for a simple zip.
.TP
.B \-\-win\-package\-version \fIversion\fR
Set the version of your package.
Mandatory if using an installer, not needed for a simple zip.
.SH MAC OS X
.TP
.B \-\-osx\-icon \fIicon\fR