Add RPM target for Linux, install 7z fallback on Windows
Some checks failed
Release / Bump version and tag (push) Successful in 3s
Release / Build (macOS) (push) Successful in 5m2s
Release / Build (Windows) (push) Failing after 8m12s
Release / Build (Linux) (push) Has been cancelled

- Add rpm to bundle targets and install rpm on Linux CI
- Upload both .deb and .rpm from Linux build
- Install 7-Zip via choco if not already available on Windows runner

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude
2026-03-22 06:35:10 -07:00
parent 67d3325532
commit 70b6b5f1ed
2 changed files with 6 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
},
"bundle": {
"active": true,
"targets": ["deb", "msi", "dmg"],
"targets": ["deb", "rpm", "msi", "dmg"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",