Uninstall a jpackaged router if found

This commit is contained in:
idk
2021-08-19 22:28:48 -04:00
parent ad373eface
commit e6928d64ce

View File

@@ -432,7 +432,10 @@ Section "uninstall"
rmDir "$INSTDIR\firefox.profile.i2p"
rmDir "$LOCALAPPDATA\${APPNAME}"
rmDir "$INSTDIR"
${If} ${FileExists} "$I2PINSTEXE\jpackaged"
rmDir "$I2PINSTEXE"
${EndIf}
# delete the uninstaller
Delete "$INSTDIR\uninstall-i2pbrowser.exe"