Skip to content

Commit 6e417c9

Browse files
authored
fix(linux): Add missing RPM signature (#12786)
1 parent ddc4693 commit 6e417c9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changes/rpm-signature.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'tauri-cli': 'patch:enhance'
3+
---
4+
5+
Added RPM to the list of package types for which signature file will be generated.

crates/tauri-cli/src/bundle.rs

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ fn sign_updaters(
213213
| PackageType::WindowsMsi
214214
| PackageType::AppImage
215215
| PackageType::Deb
216+
| PackageType::Rpm
216217
)
217218
})
218219
.collect();

0 commit comments

Comments
 (0)