diff options
| author | ruki <[email protected]> | 2023-11-22 22:39:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-22 22:39:22 +0800 |
| commit | c891130491d408f297902484df74ac6afa9b8d88 (patch) | |
| tree | ad818346a8066a9a08701199d809f23fbcc778b8 /tests/plugins/pack/xmake.lua | |
| parent | 8846d9ece834a1d8b78234da6f1e439e1075b45e (diff) | |
impl uncheck component
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
| -rw-r--r-- | tests/plugins/pack/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua index fcf0f9e8c..a93fc18f6 100644 --- a/tests/plugins/pack/xmake.lua +++ b/tests/plugins/pack/xmake.lua @@ -42,6 +42,7 @@ xpack("test") end) xpack_component("LongPath") + set_default(false) set_title("Enable Long Path") set_description("Increases the maximum path length limit, up to 32,767 characters (before 256).") on_installcmd(function (component, batchcmds) |
