diff options
author | TingPing <tingping@tingping.se> | 2014-01-26 06:52:58 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-01-26 06:55:39 -0500 |
commit | efcb850956b3c9bf4896217ffb3df8266dbab686 (patch) | |
tree | 8db5edbc5a2a93be85191f5360e7b5364840b66f | |
parent | 35e84f6edc059909e8168a6929dcb21ffbe6930a (diff) |
win32: Include gtk theme in minimal install
-rw-r--r-- | win32/installer/hexchat.iss.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt index 1e81308d..c1ab9489 100644 --- a/win32/installer/hexchat.iss.tt +++ b/win32/installer/hexchat.iss.tt @@ -58,7 +58,7 @@ Name: "custom"; Description: "Custom Installation"; Flags: iscustom [Components] Name: "libs"; Description: "HexChat"; Types: normal minimal custom; Flags: fixed -Name: "gtktheme"; Description: "GTK+ Theme"; Types: normal custom; Flags: disablenouninstallwarning +Name: "gtktheme"; Description: "GTK+ Theme"; Types: normal minimal custom; Flags: disablenouninstallwarning Name: "xctext"; Description: "HexChat-Text"; Types: custom; Flags: disablenouninstallwarning Name: "xtm"; Description: "HexChat Theme Manager"; Types: normal custom; Flags: disablenouninstallwarning Name: "translations"; Description: "Translations"; Types: normal custom; Flags: disablenouninstallwarning |