Skip to content

Commit

Permalink
Merge pull request #161 from Gawdl3y/rel/v0.8.0
Browse files Browse the repository at this point in the history
Release version 0.8.0
  • Loading branch information
Gawdl3y authored Feb 23, 2024
2 parents b2236e6 + fe3967c commit b3cae91
Show file tree
Hide file tree
Showing 75 changed files with 17,772 additions and 2,773 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ko_fi: gawdl3y
Binary file added .github/images/logo-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions .github/workflows/build-tauri-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04'
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 libwebkit2gtk-4.1-dev libayatana-appindicator3-dev librsvg2-dev patchelf
- name: Setup Cargo dependency cache
if: inputs.cache
Expand All @@ -85,8 +85,8 @@ jobs:
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.updaterKey }}
TAURI_KEY_PASSWORD: ${{ secrets.updaterKeyPassword }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.updaterKey }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.updaterKeyPassword }}
with:
args: ${{ inputs.args }}
tagName: ${{ inputs.tagName }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install system dependencies
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 libwebkit2gtk-4.1-dev libayatana-appindicator3-dev librsvg2-dev
- name: Setup Cargo dependency cache
uses: Swatinem/rust-cache@v2
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
LICENSE.md
crates/tauri-app/gen
Loading

0 comments on commit b3cae91

Please sign in to comment.