diff options
| author | ruki <[email protected]> | 2023-12-22 22:55:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-22 22:55:05 +0800 |
| commit | 80937fbe6cf18a5372cdadb012a92ffc3985719b (patch) | |
| tree | 7f3d725b78ffc0486e7fc02e429be143cbbb9b6c /tests/plugins | |
| parent | e7e4a16ed6bb8e2f1db5fc28d5ad2920e3c8e41b (diff) | |
pack rpm
Diffstat (limited to 'tests/plugins')
| -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 fc45c7fad..1ce179b33 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", "srpm", "zip", "targz", "srczip", "srctargz", "runself") + set_formats("nsis", "srpm", "rpm", "zip", "targz", "srczip", "srctargz", "runself") set_title("hello") set_author("ruki") set_description("A test installer.") |
