[Libreoffice-commits] core.git: Branch 'feature/mar-updater' - onlineupdate/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Wed Dec 28 02:25:52 UTC 2016
onlineupdate/source/service/servicebase.hxx | 2 +-
onlineupdate/source/update/updater/updater.rc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 10933751cee04f5908e9ab01356c03f802a28a34
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Dec 27 20:51:52 2016 +0100
use own unique identifier
Change-Id: I6d3b6ca894eceef7ad5757dd7c5b4981eb839c61
diff --git a/onlineupdate/source/service/servicebase.hxx b/onlineupdate/source/service/servicebase.hxx
index 0353f7d..abf88a1 100644
--- a/onlineupdate/source/service/servicebase.hxx
+++ b/onlineupdate/source/service/servicebase.hxx
@@ -18,5 +18,5 @@ BOOL VerifySameFiles(LPCWSTR file1Path, LPCWSTR file2Path, BOOL &sameContent);
// execute the updater it must have this updater identity string in its string
// table. No other signed Mozilla product will have this string table value.
#define UPDATER_IDENTITY_STRING \
- "libo-updater.exe-4cdccec4-5ee0-4a06-9817-4cd899a9db49"
+ "libreoffice-updater.exe-7bab28a0-0599-4f37-9efe-f7f8b71f05e3"
#define IDS_UPDATER_IDENTITY 1006
diff --git a/onlineupdate/source/update/updater/updater.rc b/onlineupdate/source/update/updater/updater.rc
index bfc8014..1628e78 100644
--- a/onlineupdate/source/update/updater/updater.rc
+++ b/onlineupdate/source/update/updater/updater.rc
@@ -58,7 +58,7 @@ IDI_DIALOG ICON ICON_PATH
STRINGTABLE
{
- IDS_UPDATER_IDENTITY, "moz-updater.exe-4cdccec4-5ee0-4a06-9817-4cd899a9db49"
+ IDS_UPDATER_IDENTITY, "libreoffice-updater.exe-7bab28a0-0599-4f37-9efe-f7f8b71f05e3"
}
More information about the Libreoffice-commits
mailing list