From 4c3b8cbec736314cc4d2e441adb1b8c990174deb Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 23:04:50 -0700 Subject: [PATCH] Remove Inno Setup 6 ISCC.exe path conditions Removed conditions for Inno Setup 6 ISCC.exe paths. --- win32/zoitechat.props | 2 -- 1 file changed, 2 deletions(-) diff --git a/win32/zoitechat.props b/win32/zoitechat.props index 56bcbfcf..a5658f74 100644 --- a/win32/zoitechat.props +++ b/win32/zoitechat.props @@ -95,8 +95,6 @@ $(ZoiteChatBuild)\$(PlatformName)\lib\ $(ZoiteChatBuild)\$(PlatformName)\pdb\ $(ZoiteChatBuild)\$(PlatformName)\rel\ - "$(ProgramFiles(x86))\Inno Setup 6\ISCC.exe" - "$(ProgramFiles)\Inno Setup 6\ISCC.exe" "$(ProgramFiles(x86))\Inno Setup 5\ISCC.exe" "$(ProgramFiles)\Inno Setup 5\ISCC.exe"