mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
javafx packaging: quotation fixed (IDEA-103857)
(cherry picked from commit 59961fbd9496bc7cbd61d96e26c1bd5e868421d7)
This commit is contained in:
+1
-1
@@ -325,7 +325,7 @@ public abstract class AbstractJavaFxPackager {
|
||||
final String manifestAttr = getManifestString();
|
||||
if (manifestAttr != null) {
|
||||
addParameter(commandLine, "-manifestAttrs");
|
||||
addParameter(commandLine, "\"" + manifestAttr + "\"");
|
||||
addParameter(commandLine, manifestAttr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user