Fix appx app installation issue #377

Merged
navodzoysa merged 1 commits from rajitha/device-mgt-core:stream-api into master 6 months ago

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

Loading…
Cancel
Save