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 Oct 2, 2024
1 parent b445e97 commit d7693fb
Show file tree
Hide file tree
Showing 21 changed files with 1,900 additions and 850 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 -v -- --workspace

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

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 @@ -36,8 +36,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 @@ -25,6 +25,7 @@ dist-ssr
*.sw?

# Choreo
src-tauri/gen
src-tauri/target
target

Expand Down
Loading

0 comments on commit d7693fb

Please sign in to comment.