diff options
| author | ruki <[email protected]> | 2023-11-25 00:03:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-25 00:03:05 +0800 |
| commit | e297fa3482ddfd802f949ea6d5a8bb79a2fbf167 (patch) | |
| tree | 106007e5393bfa83f2785a69769db0d2fc9e7fda /xmake/plugins | |
| parent | cdf118d061648db234dbded8c4d1ca9a27f9638f (diff) | |
improve macos ci
Diffstat (limited to 'xmake/plugins')
| -rw-r--r-- | xmake/plugins/pack/xpack.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/pack/xpack.lua b/xmake/plugins/pack/xpack.lua index 4873e3fa1..2a4780945 100644 --- a/xmake/plugins/pack/xpack.lua +++ b/xmake/plugins/pack/xpack.lua @@ -373,7 +373,7 @@ function xpack:extension() targz = ".tar.gz", srczip = ".zip", srctargz = ".tar.gz", - runself = ".sh", + runself = ".gz.run", deb = ".deb", rpm = ".rpm" } |
