Fix appx app installation issue

remotes/1712947555871020102/master
Rajitha Kumara 6 months ago
parent 6f2e730b3f
commit f86a16220c

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

Loading…
Cancel
Save