summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-15 23:42:59 +0800
committerruki <[email protected]>2023-11-15 23:42:59 +0800
commit7c37e9b9b92b53e4384daea5193f826bf8ac9492 (patch)
tree990c05d53d5d08b15ff6ead277e5cf8d871ae60f /tests/plugins/pack/xmake.lua
parent355df6fd41db138b340dee56248f8c3fe0dcc75f (diff)
fix nsis desc
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
-rw-r--r--tests/plugins/pack/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua
index f964d58bc..fc436f8b7 100644
--- a/tests/plugins/pack/xmake.lua
+++ b/tests/plugins/pack/xmake.lua
@@ -37,7 +37,7 @@ xpack("test")
batchcmds:rmdir("stub")
end)
- add_nsis_sections("Enable Long Path", [[
+ add_nsis_installcmds("Enable Long Path", [[
${If} $NoAdmin == "false"
; Enable long path
WriteRegDWORD ${HKLM} "SYSTEM\CurrentControlSet\Control\FileSystem" "LongPathsEnabled" 1