8259927: Windows jpackage installer issues

Reviewed-by: asemenyuk, almatvee, kizune
This commit is contained in:
Andy Herrick 2021-02-04 17:48:36 +00:00
parent e93e1e1c7b
commit bdcbfa10ce

View File

@ -551,9 +551,6 @@ class WixSourcesBuilder {
}
List<String> componentIds = new ArrayList<>();
while (!SYSTEM_DIRS.contains(path = path.getParent())) {
componentIds.add(addRemoveDirectoryComponent(xml, path));
}
return componentIds;
}