mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
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:
commit
ab62ca9c82
@ -680,7 +680,7 @@ public class ApplicationManagementUtil {
|
||||
|
||||
if (Objects.equals(extension, "appx")) {
|
||||
installerPaths = "[ {" +
|
||||
"\"key\": \"Package_Uri\", " +
|
||||
"\"key\": \"Package_Url\", " +
|
||||
"\"value\" : \"" + installerPath + "\"" +
|
||||
"}]";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user