build: add Debian .deb and Red Hat .rpm bundle recipes - #33
Open
erkinalp wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Erkin Alp Güney <erkinalp9035@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds native Linux package formats to the Tauri desktop release pipeline so Linux users can install OpenPlanter via
.deb(Debian/Ubuntu) or.rpm(Fedora/RHEL/openSUSE) in addition to the existing.AppImage.Changes:
openplanter-desktop/crates/op-tauri/tauri.conf.json: adddebandrpmtobundle.targets, set Debian dependencies (libwebkit2gtk-4.1-0,libgtk-3-0), and set the RPM release to1..github/workflows/release.yml: upload*.deband*.rpmfrom the bundle output directory.README.md: list.deband.rpmin the Linux download formats.The Tauri v2 RPM bundler is pure Rust and does not require
rpmbuild, so the existing Ubuntu runner can produce both packages. JSON and YAML were validated with Python.Link to Devin session: https://app.devin.ai/sessions/0ed11202381347e8878eaf7495581b37
Assisted by @devin-ai-integration