Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
fix: install linux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Dec 21, 2023
1 parent 0b56ab2 commit 88ee434
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: contains(matrix.settings.platform, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libudev-dev
- name: install frontend dependencies
run: pnpm install --frozen-lockfile
Expand Down
5 changes: 5 additions & 0 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
"macOS": {
"signingIdentity": "-"
},
"deb": {
"depends": [
"libudev-dev"
]
},
"icon": [
"icons/32x32.png",
"icons/128x128.png",
Expand Down

0 comments on commit 88ee434

Please sign in to comment.