mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix appx app installation issue
This commit is contained in:
parent
6f2e730b3f
commit
f86a16220c
@ -680,7 +680,7 @@ public class ApplicationManagementUtil {
|
|||||||
|
|
||||||
if (Objects.equals(extension, "appx")) {
|
if (Objects.equals(extension, "appx")) {
|
||||||
installerPaths = "[ {" +
|
installerPaths = "[ {" +
|
||||||
"\"key\": \"Package_Uri\", " +
|
"\"key\": \"Package_Url\", " +
|
||||||
"\"value\" : \"" + installerPath + "\"" +
|
"\"value\" : \"" + installerPath + "\"" +
|
||||||
"}]";
|
"}]";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user