diff options
| author | ruki <[email protected]> | 2023-11-24 00:46:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-24 00:46:17 +0800 |
| commit | 4725c68c0ea12f684646c6cba4844c189051ae4a (patch) | |
| tree | 7efdee551e8277be8e4f6e37c413b16d65536b3d /tests/plugins/pack | |
| parent | 95195e3199a3e03e66e6be94bf14c83c694cc8ff (diff) | |
add makeself cmd
Diffstat (limited to 'tests/plugins/pack')
| -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 a93fc18f6..5b34dec36 100644 --- a/tests/plugins/pack/xmake.lua +++ b/tests/plugins/pack/xmake.lua @@ -19,7 +19,7 @@ target("foo") add_packages("zlib") xpack("test") - set_formats("nsis", "zip", "targz") + set_formats("nsis", "zip", "targz", "runself") set_title("hello") set_description("A test installer.") set_homepage("https://xmake.io") |
