From bc08ea5e0e6caf4d19b058462a412144c5d8e905 Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 13 Apr 2021 17:49:49 -0400 Subject: [PATCH] Includable NSIS installer script and example --- bin/i2p-zero.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/i2p-zero.nsi b/bin/i2p-zero.nsi index 44f4930..f9c4f8a 100644 --- a/bin/i2p-zero.nsi +++ b/bin/i2p-zero.nsi @@ -24,9 +24,9 @@ functionEnd function installZero ${If} ${FileExists} `$I2P64INSTDIR\I2P.exe` - + SetOutPath $ZEROINSTDIR ${If} ${FileExists} `$I2P32INSTDIR\I2P.exe` - + SetOutPath $ZEROINSTDIR ${Else} SetOutPath $ZEROINSTDIR File /a /r "./I2P-Zero/"