We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc4693 commit 6e417c9Copy full SHA for 6e417c9
.changes/rpm-signature.md
@@ -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
@@ -213,6 +213,7 @@ fn sign_updaters(
213
| PackageType::WindowsMsi
214
| PackageType::AppImage
215
| PackageType::Deb
216
+ | PackageType::Rpm
217
)
218
})
219
.collect();
0 commit comments