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 Nov 18, 2024
1 parent 0d2925e commit b1b0d10
Show file tree
Hide file tree
Showing 21 changed files with 1,739 additions and 866 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/choreo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 b1b0d10

Please sign in to comment.