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 Jan 4, 2025
1 parent 10c868c commit d8320b1
Show file tree
Hide file tree
Showing 21 changed files with 1,743 additions and 866 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/choreo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
curl \
file \
libayatana-appindicator3-dev \
libgtk-3-dev \
librsvg2-dev \
libssl-dev \
libwebkit2gtk-4.0-dev \
libxdo-dev \
libwebkit2gtk-4.1-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 d8320b1

Please sign in to comment.