8235915: jpackage associations fail when there are spaces in file name or path
Reviewed-by: prr, asemenyuk, almatvee
This commit is contained in:
parent
3f865f4bf2
commit
ee5777c700
@ -477,7 +477,7 @@ class WixSourcesBuilder {
|
||||
xml.writeStartElement("Verb");
|
||||
xml.writeAttribute("Id", "open");
|
||||
xml.writeAttribute("Command", "Open");
|
||||
xml.writeAttribute("Argument", "%1");
|
||||
xml.writeAttribute("Argument", "\"%1\"");
|
||||
xml.writeAttribute("TargetFile", Id.File.of(fa.launcherPath));
|
||||
xml.writeEndElement(); // <Verb>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user