From d41a82fbde6450002069d86c0c9499eb7d4eaf10 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 27 Dec 2016 20:51:52 +0100 Subject: use own unique identifier Change-Id: I6d3b6ca894eceef7ad5757dd7c5b4981eb839c61 --- onlineupdate/source/service/servicebase.hxx | 2 +- onlineupdate/source/update/updater/updater.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'onlineupdate/source') diff --git a/onlineupdate/source/service/servicebase.hxx b/onlineupdate/source/service/servicebase.hxx index 0353f7d329bb..abf88a122a1d 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 bfc80142cea4..1628e78933ad 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" } -- cgit