httpchunkinstaller localisation ini points to wrong folder

Hi there,

The HTTPChunkInstaller.ini in Engine\Plugins\Runtime\HTTPChunkInstaller\Config\Localization refers to its old folder ( Plugins\Online)

I imagine this will cause some issues in the generation of editor/engine localisation.

For instance the start of the file says

[CommonSettings]
SourcePath=Plugins/Online/HTTPChunkInstaller/Content/Localization/HTTPChunkInstaller
DestinationPath=Plugins/Online/HTTPChunkInstaller/Content/Localization/HTTPChunkInstaller

Which should be pointing to its new folder

[CommonSettings]
SourcePath=Plugins/Runtime/HTTPChunkInstaller/Content/Localization/HTTPChunkInstaller
DestinationPath=Plugins/Runtime/HTTPChunkInstaller/Content/Localization/HTTPChunkInstaller