From 8ea9bffba2e2ac6d258e29f2da466daa8f1b2dd1 Mon Sep 17 00:00:00 2001
From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com>
Date: Sat, 14 Feb 2026 02:08:48 -0700
Subject: [PATCH] Refactor zoitechat.props for dependency paths and validation
Updated the XML structure and paths in zoitechat.props to ensure correct dependency resolution and build environment validation.
---
win32/zoitechat.props | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/win32/zoitechat.props b/win32/zoitechat.props
index c1a62b10..204a2c00 100644
--- a/win32/zoitechat.props
+++ b/win32/zoitechat.props
@@ -56,7 +56,11 @@
$(ZoiteChatBuild)\$(PlatformName)\lib\
$(ZoiteChatBuild)\$(PlatformName)\pdb\
$(ZoiteChatBuild)\$(PlatformName)\rel\
- "$(ProgramFiles(x86))\Inno Setup 5\iscc.exe"
+ $(ISCC_EXE)
+ $(ProgramFiles(x86))\Inno Setup 5\iscc.exe
+ $(ProgramFiles(x86))\Inno Setup 6\iscc.exe
+ $(ProgramFiles)\Inno Setup 5\iscc.exe
+ $(ProgramFiles)\Inno Setup 6\iscc.exe
@@ -120,3 +124,4 @@
+