Update installer.vcxproj with new XML structure

This commit is contained in:
deepend-tildeclub
2026-02-14 23:23:46 -07:00
committed by GitHub
parent 1c4fd1d02d
commit 34de343fa6

View File

@@ -26,7 +26,7 @@
<OutDir>$(ZoiteChatRel)</OutDir>
</PropertyGroup>
<PropertyGroup>
<IsccPath Condition="'$(IsccPath)'==''">$(ProgramFiles(x86))\Inno Setup 5\ISCC.exe</IsccPath>
<IsccPath Condition="'$(IsccPath)'==''">"$(ProgramFiles(x86))\Inno Setup 5\ISCC.exe"</IsccPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
<ClCompile>
@@ -56,3 +56,4 @@ $(IsccPath) /dPROJECTDIR="$(ProjectDir)" /dAPPARCH="$(Platform)" "$(ZoiteChatBin