feat: 添加 linux rpm 构建目标支持

This commit is contained in:
alger
2025-06-20 22:27:48 +08:00
parent 902feff2fb
commit facb03d3e1
+7
View File
@@ -168,6 +168,13 @@
"x64",
"arm64"
]
},
{
"target": "rpm",
"arch": [
"x64",
"arm64"
]
}
],
"artifactName": "${productName}-${version}-linux-${arch}.${ext}",