mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-20 04:30:18 +00:00
Change Inno Setup path to version 6
Updated Inno Setup path from version 5 to 6.
This commit is contained in:
committed by
GitHub
parent
481e7f78bc
commit
58eed1682c
@@ -26,7 +26,7 @@
|
|||||||
<OutDir>$(ZoiteChatRel)</OutDir>
|
<OutDir>$(ZoiteChatRel)</OutDir>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<IsccPath Condition="'$(IsccPath)'==''">"$(ProgramFiles(x86))\Inno Setup 5\ISCC.exe"</IsccPath>
|
<IsccPath Condition="'$(IsccPath)'==''">"$(ProgramFiles)\Inno Setup 6\ISCC.exe"</IsccPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
@@ -57,3 +57,4 @@ $(IsccPath) /dPROJECTDIR="$(ProjectDir)" /dAPPARCH="$(Platform)" "$(ZoiteChatBin
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user