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 Feb 7, 2025
1 parent fe1f4fc commit 468b26f
Show file tree
Hide file tree
Showing 21 changed files with 1,769 additions and 878 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/choreo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
curl \
file \
libayatana-appindicator3-dev \
libgtk-3-dev \
librsvg2-dev \
libssl-dev \
libwebkit2gtk-4.0-dev \
libwebkit2gtk-4.1-dev \
libxdo-dev \
wget
- name: Install Node.js dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
curl \
file \
libayatana-appindicator3-dev \
libgtk-3-dev \
librsvg2-dev \
libssl-dev \
libwebkit2gtk-4.0-dev \
libwebkit2gtk-4.1-dev \
libxdo-dev \
wget
- uses: pnpm/action-setup@v4
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 468b26f

Please sign in to comment.