Skip to content

Commit

Permalink
[windows] Add message to installer that add-ons have been removed fro…
Browse files Browse the repository at this point in the history
…m the installer and added to Kodi repository.
  • Loading branch information
MartijnKaijser committed Oct 14, 2018
1 parent a44e6af commit 3734b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Win32BuildSetup/genNsisInstaller.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ Function HandleKodiInDestDir
StrCpy $CleanDestDir "0"
Abort
done:
MessageBox MB_OK|MB_ICONINFORMATION "All binary add-ons that were previously included by default in the installer have been moved to the Kodi repository. You will have to install the ones you previously used from the repository.$\nYour add-on settings itself are kept intact and will be used again after installing the add-on."
${EndIf}
FunctionEnd

Expand Down

0 comments on commit 3734b83

Please sign in to comment.