Skip to content

Commit

Permalink
feat: add bundling of rpm (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Oct 20, 2024
1 parent a2b2f42 commit 15efe19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/desktop-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
target/**/release/bundle/macos/*.tar.gz*
target/**/release/bundle/dmg/*.dmg
target/release/bundle/deb/*.deb
target/release/bundle/rpm/*.rpm
target/**/release/mdns-browser
target/release/mdns-browser.exe
Expand Down
5 changes: 4 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
},
"bundle": {
"active": true,
"licenseFile": "../LICENSE",
"license": "MIT",
"targets": [
"app",
"deb",
"dmg",
"nsis"
"nsis",
"rpm"
],
"icon": [
"icons/32x32.png",
Expand Down

0 comments on commit 15efe19

Please sign in to comment.