diff options
| author | ruki <[email protected]> | 2024-05-28 00:47:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-05-28 00:47:17 +0800 |
| commit | 3cc3158ba9bb4a75ab600876efa538de851bdaee (patch) | |
| tree | 84485fdf83b684f5c74181f908f83a1505779f7c /tests/plugins/pack/xmake.lua | |
| parent | 5418438129181e769244553cde207082baf85077 (diff) | |
add wix to xmake installer
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
| -rw-r--r-- | tests/plugins/pack/xmake.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua index 2506d2fc4..437ae8a37 100644 --- a/tests/plugins/pack/xmake.lua +++ b/tests/plugins/pack/xmake.lua @@ -62,9 +62,9 @@ xpack_component("LongPath") set_description("Increases the maximum path length limit, up to 32,767 characters (before 256).") on_installcmd(function (component, batchcmds) batchcmds:rawcmd("wix", [[ - <RegistryKey Root="HKLM" Key="SYSTEM\CurrentControlSet\Control\FileSystem"> - <RegistryValue Type="integer" Name="LongPathsEnabled" Value="1" KeyPath="yes"/> - </RegistryKey> + <RegistryKey Root="HKLM" Key="SYSTEM\CurrentControlSet\Control\FileSystem"> + <RegistryValue Type="integer" Name="LongPathsEnabled" Value="1" KeyPath="yes"/> + </RegistryKey> ]]) batchcmds:rawcmd("nsis", [[ ${If} $NoAdmin == "false" |
