Skip to content

Commit

Permalink
feat: migrate to tauri v2, add implement for android
Browse files Browse the repository at this point in the history
  • Loading branch information
meowtec committed May 8, 2023
1 parent 631be63 commit 6e3c283
Show file tree
Hide file tree
Showing 49 changed files with 1,413 additions and 493 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- dev
- android
- 'releases/**'
pull_request:

Expand Down Expand Up @@ -33,10 +34,10 @@ jobs:
cache: 'pnpm'

- name: Install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
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 libx11-dev libxdo-dev libxcb-shape0-dev libxcb-xfixes0-dev
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libx11-dev libxdo-dev libxcb-shape0-dev libxcb-xfixes0-dev libsoup-3.0-dev libjavascriptcoregtk-4.1-dev
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- target: x86_64-apple-darwin
platform: macos-latest
- target: x86_64-unknown-linux-gnu
platform: ubuntu-20.04
platform: ubuntu-22.04
- target: x86_64-pc-windows-msvc
platform: windows-latest

Expand All @@ -62,10 +62,10 @@ jobs:
cache: 'pnpm'

- name: Install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
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 libx11-dev libxdo-dev libxcb-shape0-dev libxcb-xfixes0-dev
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libx11-dev libxdo-dev libxcb-shape0-dev libxcb-xfixes0-dev libsoup-3.0-dev libjavascriptcoregtk-4.1-dev
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 6e3c283

Please sign in to comment.