mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-22 11:00:25 +10:00
Update the read of publisher id.
This commit is contained in:
@@ -137,7 +137,9 @@ namespace PkgCLI
|
||||
}).ToList (),
|
||||
familyName = id.FamilyName,
|
||||
fullName = id.FullName,
|
||||
resourceId = id.ResourceId
|
||||
resourceId = id.ResourceId,
|
||||
publisherId = id.PublisherId,
|
||||
_publisherId = "Note: The publisher id obtained may be inaccurate."
|
||||
},
|
||||
properties = new {
|
||||
displayName = prop.DisplayName,
|
||||
@@ -574,7 +576,9 @@ namespace PkgCLI
|
||||
}).ToList (),
|
||||
familyName = id.FamilyName,
|
||||
fullName = id.FullName,
|
||||
resourceId = id.ResourceId
|
||||
resourceId = id.ResourceId,
|
||||
publisherId = id.PublisherId,
|
||||
_publisherId = "Note: The publisher id obtained may be inaccurate."
|
||||
},
|
||||
properties = new {
|
||||
displayName = prop.DisplayName,
|
||||
|
||||
Reference in New Issue
Block a user