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

Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/377
This commit is contained in:
Navod Zoysa 2024-04-08 03:52:55 +00:00
commit ab62ca9c82

View File

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