diff options
| author | ruki <[email protected]> | 2023-12-15 23:56:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-15 23:56:59 +0800 |
| commit | 4041150b168e3101197aede658014025dd676e1b (patch) | |
| tree | 92835be41ed2fe29df359384f6caa4a714a7d215 /tests/plugins/pack/xmake.lua | |
| parent | bd85dc661e4cc386d27aa9cd855b91096b5b203c (diff) | |
add srpm to pack test
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
| -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 33d50b3d2..34b741406 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", "srczip", "srctargz", "runself") + set_formats("nsis", "srpm", "zip", "targz", "srczip", "srctargz", "runself") set_title("hello") set_author("ruki") set_description("A test installer.") |
