mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-29 03:22:19 +00:00
Add Windows installer with Inno Setup !
This commit is contained in:
20
config.ini
20
config.ini
@@ -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.
|
||||
|
Reference in New Issue
Block a user