Skip to content

Commit

Permalink
upgrade to tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tcastelly committed Aug 27, 2024
1 parent 2788537 commit 4c912c3
Show file tree
Hide file tree
Showing 14 changed files with 1,018 additions and 2,234 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
cargo install rsw
npm ci --force
- name: generate osx cargo config
if: matrix.platform == 'macos-latest'
run: make init_osx_cfg

- name: tauri release
uses: tauri-apps/tauri-action@v0
env:
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ target
*.h
.rsw

src-tauri/tauri.js
.cargo/config.toml
# generate file
src-tauri/gen

# local env files
.env.local
Expand Down
Loading

0 comments on commit 4c912c3

Please sign in to comment.