summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2013-11-03 14:46:13 -0800
committerArnavion <arnavion@gmail.com>2013-11-03 14:46:13 -0800
commit39aec3a45bff5d514f0767dbe151663e54ba5efa (patch)
tree3cdf0526b191839a06fa0468773ab1f34f714057 /win32/hexchat.props
parente8282d97f1a5045dbd782a1e8188a46c646a598a (diff)
installer: Use correct path to iscc.exe depending on the platform.
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index e5bc6acf..3acfd913 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -96,6 +96,8 @@ xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale"
 		</HexChatCopy>

 		<TextTransformPath Condition="'$(Platform)'=='Win32'">"%PROGRAMFILES%\Common Files\microsoft shared\TextTemplating\12.0\TextTransform.exe"</TextTransformPath>

 		<TextTransformPath Condition="'$(Platform)'=='x64'">"%PROGRAMFILES(x86)%\Common Files\microsoft shared\TextTemplating\12.0\TextTransform.exe"</TextTransformPath>

+		<IsccPath Condition="'$(Platform)'=='Win32'">"%PROGRAMFILES%\Inno Setup 5\iscc.exe"</IsccPath>

+		<IsccPath Condition="'$(Platform)'=='x64'">"%PROGRAMFILES(x86)%\Inno Setup 5\iscc.exe"</IsccPath>

 	</PropertyGroup>

 

 	<ItemDefinitionGroup>