Fix updateutils PRODUCT value.

This commit is contained in:
Fedor 2020-05-07 14:46:06 +03:00
parent 4cacb7aa6d
commit 88732f0a57
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ this.UpdateUtils = {
let substs = [
[/%ID%/g, Services.appinfo.ID],
[/%PRODUCT%/g, appName],
[/%PRODUCT%/g, Services.appinfo.name],
[/%VERSION%/g, Services.appinfo.version],
[/%BUILD_ID%/g, Services.appinfo.appBuildID],
[/%BUILD_TARGET%/g, Services.appinfo.OS + "_" + this.ABI],