summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-06-20 15:03:01 +0200
committerCarl Hetherington <cth@carlh.net>2023-06-20 15:03:01 +0200
commit731de42c7214e1eb848fc7e73e898ee780cb34fb (patch)
tree19fa4763535fac00bb0ba5bc99e3ec8f1152aa50
parentb0e1cd15db69d73d514f4111b889c318e45cc4d5 (diff)
Add new(?) filename for some IMB certificates.
-rw-r--r--src/wx/dolby_doremi_certificate_panel.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/dolby_doremi_certificate_panel.cc b/src/wx/dolby_doremi_certificate_panel.cc
index dc021b458..27d09bbde 100644
--- a/src/wx/dolby_doremi_certificate_panel.cc
+++ b/src/wx/dolby_doremi_certificate_panel.cc
@@ -112,6 +112,11 @@ static void
try_ims(vector<Location>& locations, string prefix, string serial)
{
locations.push_back({
+ String::compose("%1%2xxx/Dolby-IMB-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial),
+ String::compose("Dolby-IMB-%1.cert.sha256.pem", serial)
+ });
+
+ locations.push_back({
String::compose("%1%2xxx/ims-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial),
String::compose("ims-%1.cert.sha256.pem", serial)
});