diff options
| author | ruki <[email protected]> | 2024-06-26 21:00:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-06-26 21:00:32 +0800 |
| commit | 3956a7d5c7caaca1622cf0b3f3557bc6416531f4 (patch) | |
| tree | 1185d4291193a3fa6dab2b7172a3d28080393ed4 | |
| parent | 938a4c62c935405222f6ab40f89245052ef08e47 (diff) | |
update 7z
| -rw-r--r-- | core/xpack.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xpack.lua b/core/xpack.lua index c9d51b852..8487051a3 100644 --- a/core/xpack.lua +++ b/core/xpack.lua @@ -35,7 +35,7 @@ xpack("xmake") local format = package:format() if package:is_plat("windows") and (format == "nsis" or format == "wix" or format == "zip") then local winenv = path.join(os.programdir(), "winenv") - if os.isdir(winenv) then + if false then-- os.isdir(winenv) then package:add("installfiles", path.join(winenv, "**"), {rootdir = path.directory(winenv)}) else local arch = package:arch() |
