From 4a40af7eda46f9bb8af2f3257b8ecf48561ddcd2 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 23:34:51 -0700 Subject: [PATCH] Update Inno Setup paths to version 6 --- win32/zoitechat.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/zoitechat.props b/win32/zoitechat.props index a5658f74..039fefc4 100644 --- a/win32/zoitechat.props +++ b/win32/zoitechat.props @@ -95,8 +95,8 @@ $(ZoiteChatBuild)\$(PlatformName)\lib\ $(ZoiteChatBuild)\$(PlatformName)\pdb\ $(ZoiteChatBuild)\$(PlatformName)\rel\ - "$(ProgramFiles(x86))\Inno Setup 5\ISCC.exe" - "$(ProgramFiles)\Inno Setup 5\ISCC.exe" + "$(ProgramFiles(x86))\Inno Setup 6\ISCC.exe" + "$(ProgramFiles)\Inno Setup 6\ISCC.exe" false