fix I2P install path detection

This commit is contained in:
zab2
2018-12-11 22:38:37 +00:00
parent 5b38ae6965
commit 1ae08bd231

View File

@@ -80,7 +80,7 @@ Function .onInit
${EndIf}
${EndIf}
${If} ${FileExists} "${I2PINSTEXE32}/i2p.exe"
StrCpy $I2PINSTEXE "${I2PINSTEXE64}"
StrCpy $I2PINSTEXE "${I2PINSTEXE32}"
${EndIf}
${If} ${FileExists} "${I2PINSTEXE64}/i2p.exe"
StrCpy $I2PINSTEXE "${I2PINSTEXE64}"