Skip to content

Commit

Permalink
Upgrade to Tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Sep 7, 2024
1 parent f3e62a8 commit ca84eed
Show file tree
Hide file tree
Showing 19 changed files with 1,772 additions and 756 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/choreo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
tauri-build-flags: --target aarch64-apple-darwin

- artifact-name: Linux-x86_64
os: ubuntu-22.04
os: ubuntu-24.04
tauri-build-flags: --target x86_64-unknown-linux-gnu

name: "${{ matrix.artifact-name }}"
Expand All @@ -56,8 +56,7 @@ jobs:
libgtk-3-dev \
librsvg2-dev \
libssl-dev \
libwebkit2gtk-4.0-dev \
wget
libwebkit2gtk-4.1-dev
- name: Install Node.js dependencies
run: pnpm install
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
jobs:
format:
name: "Format"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -31,8 +31,7 @@ jobs:
libgtk-3-dev \
librsvg2-dev \
libssl-dev \
libwebkit2gtk-4.0-dev \
wget
libwebkit2gtk-4.1-dev
- uses: pnpm/action-setup@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dist-ssr
*.sw?

# Choreo
src-tauri/gen
src-tauri/target
target
cli
Expand Down
Loading

0 comments on commit ca84eed

Please sign in to comment.