Skip to content

Commit

Permalink
2.3.3 - 60HE+ Support
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayBox committed Mar 25, 2024
1 parent 75ffcc1 commit ddfa7ba
Show file tree
Hide file tree
Showing 10 changed files with 857 additions and 246 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libusb-1.0-0-dev libayatana-appindicator3-dev libsoup-3.0-dev javascriptcoregtk-4.1-dev
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
Expand All @@ -51,9 +51,9 @@ jobs:
- name: Add Rust Target (Other)
if: ${{ matrix.runner != 'macos-latest' }}
run: rustup target add ${{ matrix.target }}

- name: Install Tauri CLI
run: cargo install tauri-cli --git https://github.com/Shays-Forks/tauri.git
run: cargo install --locked --git https://github.com/Shays-Forks/tauri.git tauri-cli

- name: Build Tauri Installers/Bundles/Images
uses: tauri-apps/tauri-action@dev
Expand Down
Loading

0 comments on commit ddfa7ba

Please sign in to comment.