summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2023-12-22 12:29:35 +0800
committerGitHub <[email protected]>2023-12-22 12:29:35 +0800
commit59d2e638b29858f34647de156ac8a699196acb64 (patch)
tree7f3d725b78ffc0486e7fc02e429be143cbbb9b6c /tests
parent17733b58e60dbc2729de94c17aedf48d6495136c (diff)
parent80937fbe6cf18a5372cdadb012a92ffc3985719b (diff)
Merge pull request #4529 from xmake-io/srpm
pack xmake install to srpm
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/pack/xmake.lua2
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.")