summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorDjLegolas <DjLegolas@protonmail.com>2020-04-11 23:12:59 +0300
committerPatrick Griffis <pgriffis@igalia.com>2021-05-23 19:43:24 -0500
commit29e78d385115b9072fa2c4027e3e03e0e1021607 (patch)
treee68fb6898e352db845dd1ae0495fddde163246cf /win32/hexchat.props
parentc06f6f2565513089462ba2c627457e66ff637be9 (diff)
Change Inno path property
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index 831996e5..f40c794a 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -41,7 +41,7 @@
 		<HexChatLib>$(HexChatBuild)\$(PlatformName)\lib\</HexChatLib>

 		<HexChatPdb>$(HexChatBuild)\$(PlatformName)\pdb\</HexChatPdb>

 		<HexChatRel>$(HexChatBuild)\$(PlatformName)\rel\</HexChatRel>

-		<IsccPath>"$(MSBuildExtensionsPath32)\..\Inno Setup 5\iscc.exe"</IsccPath>

+		<IsccPath>"$(ProgramFiles)\Inno Setup 5\iscc.exe"</IsccPath>

 	</PropertyGroup>

 

 	<PropertyGroup>