From a9e04a88a6dff0284c3199f3ea393ffb822d8bcd Mon Sep 17 00:00:00 2001 From: "jose.pereda" Date: Mon, 9 Sep 2024 15:17:02 +0200 Subject: [PATCH] Address feedback --- .../gluonhq/substrate/target/WindowsTargetConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/gluonhq/substrate/target/WindowsTargetConfiguration.java b/src/main/java/com/gluonhq/substrate/target/WindowsTargetConfiguration.java index 436871b1..f9e585cb 100644 --- a/src/main/java/com/gluonhq/substrate/target/WindowsTargetConfiguration.java +++ b/src/main/java/com/gluonhq/substrate/target/WindowsTargetConfiguration.java @@ -207,7 +207,7 @@ private List asListOfWholeArchiveLinkFlags(List libraries) { @Override public boolean compile() throws IOException, InterruptedException { - Logger.logSevere("Building a native image is not yet supported on Windows with this version.\nPlease use GluonFX plugin version 1.0.23 instead."); + Logger.logSevere("Error: Building a native image is not yet supported on Windows with this version.\nPlease use GluonFX plugin version 1.0.23 instead."); return false; }