Includable NSIS installer script and example

pull/34/head
idk 3 years ago
parent 137eed7a31
commit bc08ea5e0e
No known key found for this signature in database
GPG Key ID: D75C03B39B5E14E1

@ -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/"

Loading…
Cancel
Save