diff options
| author | ruki <[email protected]> | 2025-08-01 22:53:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-01 22:53:54 +0800 |
| commit | b2628769d3206449e9301cb86bd87df9c789ccd5 (patch) | |
| tree | 2d6eca73c0f3feff1b734130e605d61e2d73b777 /xmake/modules | |
| parent | b3cb622624e0fdd7bf26f6237f4c8abeb0d446a0 (diff) | |
improve resourcedir #6666
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/private/action/require/impl/actions/download_resources.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/private/action/require/impl/actions/download_resources.lua b/xmake/modules/private/action/require/impl/actions/download_resources.lua index 9c6f06e78..30e7f9146 100644 --- a/xmake/modules/private/action/require/impl/actions/download_resources.lua +++ b/xmake/modules/private/action/require/impl/actions/download_resources.lua @@ -137,9 +137,9 @@ function _download(package, resource_name, resource_url, resource_hash) local extension = archive.extension(resource_file) local errors local ok = try { - function() + function () archive.extract(resource_file, resourcedir_tmp) - return true + return true end, catch { function (errs) |
