feat: support rpm package

This commit is contained in:
MystiPanda
2024-06-04 10:16:25 +08:00
parent 0a6fe382ac
commit 13babbf330
4 changed files with 19 additions and 5 deletions

View File

@@ -4,5 +4,5 @@ sed -i "s/#openssl/openssl={version=\"0.10\",features=[\"vendored\"]}/g" src-tau
if [ "$INPUT_TARGET" = "x86_64-unknown-linux-gnu" ]; then
cargo tauri build --target $INPUT_TARGET
else
cargo tauri build --target $INPUT_TARGET -b deb
cargo tauri build --target $INPUT_TARGET -b deb,rpm
fi