mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +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>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<IsccPath Condition="'$(IsccPath)'==''">"$(ProgramFiles(x86))\Inno Setup 5\ISCC.exe"</IsccPath>
|
||||
<IsccPath Condition="'$(IsccPath)'==''">"$(ProgramFiles)\Inno Setup 6\ISCC.exe"</IsccPath>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
|
||||
<ClCompile>
|
||||
@@ -57,3 +57,4 @@ $(IsccPath) /dPROJECTDIR="$(ProjectDir)" /dAPPARCH="$(Platform)" "$(ZoiteChatBin
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user