mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-05 05:30:45 +00:00
8259927: Windows jpackage installer issues
Reviewed-by: asemenyuk, almatvee, kizune
This commit is contained in:
parent
e93e1e1c7b
commit
bdcbfa10ce
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user