summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/dolby_doremi_certificate_panel.cc9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/wx/dolby_doremi_certificate_panel.cc b/src/wx/dolby_doremi_certificate_panel.cc
index 27d09bbde..d290535c2 100644
--- a/src/wx/dolby_doremi_certificate_panel.cc
+++ b/src/wx/dolby_doremi_certificate_panel.cc
@@ -102,6 +102,11 @@ static void
try_imb(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/imb-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial),
String::compose("imb-%1.cert.sha256.pem", serial)
});
@@ -112,8 +117,8 @@ 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)
+ String::compose("%1%2xxx/Dolby-IMS2000-%3.dcicerts.zip", prefix, serial.substr(0, 3), serial),
+ String::compose("Dolby-IMS2000-%1.cert.sha256.pem", serial)
});
locations.push_back({