Fix appx app installation issue

This commit is contained in:
Rajitha Kumara 2024-04-08 09:20:23 +05:30
parent 6f2e730b3f
commit f86a16220c

View File

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