Skip to content

Commit

Permalink
remove more
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Dec 25, 2024
1 parent 977b917 commit 5ba692e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y \
libglib2.0-dev \
libayatana-appindicator3-dev \
libxdo3 \
libxdo-dev \
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"depends": ["libxdo3"]
},
"rpm": {
"depends": ["libxdo", "xdotool"]
"depends": ["xdotool"]
}
}
}
Expand Down

0 comments on commit 5ba692e

Please sign in to comment.