summaryrefslogtreecommitdiffstats
path: root/external/onlineupdate/unsigned-hack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/onlineupdate/unsigned-hack.patch')
-rw-r--r--external/onlineupdate/unsigned-hack.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/external/onlineupdate/unsigned-hack.patch b/external/onlineupdate/unsigned-hack.patch
new file mode 100644
index 0000000000..7ef3b76d73
--- /dev/null
+++ b/external/onlineupdate/unsigned-hack.patch
@@ -0,0 +1,20 @@
+--- onlineupdate/source/service/workmonitor.cpp
++++ onlineupdate/source/service/workmonitor.cpp
+@@ -395,7 +395,7 @@
+ }
+
+ #ifndef DISABLE_UPDATER_AUTHENTICODE_CHECK
+- return DoesBinaryMatchAllowedCertificates(installDir, updater);
++ return DoesBinaryMatchAllowedCertificates(installDir, updater)||true;
+ #else
+ return true;
+ #endif
+@@ -732,7 +732,7 @@
+ if (!WriteStatusFailure(argv[4], SERVICE_INSTALL_DIR_REG_ERROR)) {
+ LOG_WARN(("Could not write update.status for previous failure."));
+ }
+- return FALSE;
++ //return FALSE;
+ }
+ RegCloseKey(baseKey);
+ } else {