diff options
author | DjLegolas <DjLegolas@protonmail.com> | 2020-04-11 23:12:59 +0300 |
---|---|---|
committer | Patrick Griffis <pgriffis@igalia.com> | 2021-05-23 19:43:24 -0500 |
commit | 29e78d385115b9072fa2c4027e3e03e0e1021607 (patch) | |
tree | e68fb6898e352db845dd1ae0495fddde163246cf /win32 | |
parent | c06f6f2565513089462ba2c627457e66ff637be9 (diff) |
Change Inno path property
Diffstat (limited to 'win32')
-rw-r--r-- | win32/hexchat.props | 2 |
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> |