Merge pull request 'Fix appx app installation issue' (#377) from rajitha/device-mgt-core:stream-api into master

Reviewed-on: community/device-mgt-core#377
remotes/1712947555871020102/master
Navod Zoysa 6 months ago
commit ab62ca9c82

@ -680,7 +680,7 @@ public class ApplicationManagementUtil {
if (Objects.equals(extension, "appx")) {
installerPaths = "[ {" +
"\"key\": \"Package_Uri\", " +
"\"key\": \"Package_Url\", " +
"\"value\" : \"" + installerPath + "\"" +
"}]";
}

Loading…
Cancel
Save