Also copy updater.ini (so that updater progress UI will actually shown up)

Change-Id: I2805087da196aa7153850345803999af4de313df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161660
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
(cherry picked from commit d3a563d8a6fdcdbf880d5e9ad2d3a9076296af71)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161670
diff --git a/desktop/source/app/updater.cxx b/desktop/source/app/updater.cxx
index 3221d68..12bb496 100644
--- a/desktop/source/app/updater.cxx
+++ b/desktop/source/app/updater.cxx
@@ -145,6 +145,7 @@ void CopyUpdaterToTempDir(const OUString& rInstallDirURL, const OUString& rTempD
{
    OUString aUpdaterName = OUString::fromUtf8(pUpdaterName);
    CopyFileToDir(rTempDirURL, aUpdaterName, rInstallDirURL);
    CopyFileToDir(rTempDirURL, u"updater.ini"_ustr, rInstallDirURL);
}

#ifdef UNX