PlatformSetup: Further refine HL setup to explain how to remove a custom HL_PATH value
This commit is contained in:
@@ -1238,6 +1238,8 @@ class PlatformSetup
|
|||||||
var message = "Absolute path to a custom version of HashLink.";
|
var message = "Absolute path to a custom version of HashLink.";
|
||||||
if (ConfigHelper.getConfigValue("HL_PATH") == null) {
|
if (ConfigHelper.getConfigValue("HL_PATH") == null) {
|
||||||
message += " Leave empty to use Lime's default bundled version.";
|
message += " Leave empty to use Lime's default bundled version.";
|
||||||
|
} else {
|
||||||
|
message += " Leave empty to keep the currently configured version. To restore Lime's default bundled version, run the command: lime config remove HL_PATH";
|
||||||
}
|
}
|
||||||
getDefineValue("HL_PATH", message);
|
getDefineValue("HL_PATH", message);
|
||||||
if (System.hostPlatform == MAC)
|
if (System.hostPlatform == MAC)
|
||||||
|
|||||||
Reference in New Issue
Block a user