From 8e4ecfaa2bb384e4c500944e0fca54c1ea1c8130 Mon Sep 17 00:00:00 2001 From: 0-don <70039285+0-don@users.noreply.github.com> Date: Wed, 25 Dec 2024 01:49:17 +0100 Subject: [PATCH] remove more --- .github/workflows/release.yml | 1 - src-tauri/tauri.conf.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5aa1921c..8796e725 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -y \ - libglib2.0-dev \ libayatana-appindicator3-dev \ libxdo3 \ libxdo-dev \ diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a57bdadc..3042fa7f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -39,7 +39,7 @@ "depends": ["libxdo3"] }, "rpm": { - "depends": ["libxdo", "xdotool"] + "depends": ["xdotool-devel"] } } }