From fa24f24c90140824c7f6099d76bddbf5f7226b31 Mon Sep 17 00:00:00 2001 From: Sir-Thom <90110920+Sir-Thom@users.noreply.github.com> Date: Fri, 29 Dec 2023 16:13:34 -0500 Subject: [PATCH] Update release.yaml Signed-off-by: Sir-Thom <90110920+Sir-Thom@users.noreply.github.com> --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2033e28a..8350923e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: # You can remove libayatana-appindicator3-dev if you don't use the system tray feature. run: | sudo apt-get update - sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev + sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libayatana-appindicator3-dev librsvg2-dev - name: Rust setup @@ -55,4 +55,4 @@ jobs: releaseName: 'Magic Eye v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. releaseBody: 'See the assets to download and install this version.' releaseDraft: true - prerelease: false \ No newline at end of file + prerelease: false