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

@@ -19,10 +19,28 @@ homepage=""
; Description
description=""
[windows]
; Path to an .ico file to use
icon=""
; Create an installer rather than a zip
installer="false"
; Package name
; No spaces and no special characters except underscore. Better be lowercase.
package_name=""
; Version of the package
package_version=""
; Maintainer name (full name)
maintainer_name=""
; App id. Typically a GUID
appid=""
[macosx]
; Set the maintainer's name. Provide it for CFBundleIdentifier.
; No spaces and no special characters except underscore. Better be lowercase.
@@ -31,6 +49,7 @@ maintainer_name=""
; Path to an .icns file to use
icon=""
[debian]
; Version of the package
package_version=""
@@ -51,6 +70,7 @@ package_name=""
; SVG files are recognized if suffixed with .svg
icon=""
[android]
; Android game activity
; No spaces and no special characters except underscore. Better be lowercase.