diff options
| author | ruki <[email protected]> | 2023-11-15 23:42:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-15 23:42:59 +0800 |
| commit | 7c37e9b9b92b53e4384daea5193f826bf8ac9492 (patch) | |
| tree | 990c05d53d5d08b15ff6ead277e5cf8d871ae60f /tests/plugins/pack/xmake.lua | |
| parent | 355df6fd41db138b340dee56248f8c3fe0dcc75f (diff) | |
fix nsis desc
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
| -rw-r--r-- | tests/plugins/pack/xmake.lua | 2 |
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 |
