diff options
| author | ruki <[email protected]> | 2025-04-09 23:24:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-09 23:24:06 +0800 |
| commit | d9a5ab70746010c846b815c2b5e14447d268b96f (patch) | |
| tree | 3ed372c931ec0617bbe82dfb0bb6ea8c9c5d9101 | |
| parent | 40f2da18943f7f5e18f838365aebe633c32efc30 (diff) | |
update policy
| -rw-r--r-- | xmake/core/project/policy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua index c3754d540..a476d5bdb 100644 --- a/xmake/core/project/policy.lua +++ b/xmake/core/project/policy.lua @@ -97,7 +97,7 @@ function policy.policies() -- Enable windows UAC and set level, e.g. invoker, admin, highest ["windows.manifest.uac"] = {description = "Enable windows manifest UAC.", type = "string"}, -- Enable ui access for windows UAC - ["windows.manifest.uac.ui"] = {description = "Enable windows manifest UAC.", type = "boolean"}, + ["windows.manifest.uac.ui"] = {description = "Enable ui access for windows UAC.", type = "boolean"}, -- Automatically build before running ["run.autobuild"] = {description = "Automatically build before running.", type = "boolean"}, -- Enable install rpath |
