From ef03dc12bb81cde58b1c5374de5848d4b6abb2de Mon Sep 17 00:00:00 2001 From: huzibaca Date: Mon, 21 Oct 2024 01:35:28 +0800 Subject: [PATCH] chore: update --- .github/workflows/alpha.yml | 5 ----- .github/workflows/release.yml | 8 -------- src-tauri/Cargo.toml | 2 +- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index b75e6c3..d9f7587 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -22,8 +22,6 @@ jobs: include: - os: windows-latest target: x86_64-pc-windows-msvc - - os: windows-latest - target: i686-pc-windows-msvc - os: windows-latest target: aarch64-pc-windows-msvc - os: macos-latest @@ -140,9 +138,6 @@ jobs: - os: windows-latest target: x86_64-pc-windows-msvc arch: x64 - - os: windows-latest - target: i686-pc-windows-msvc - arch: x86 - os: windows-latest target: aarch64-pc-windows-msvc arch: arm64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e3345f..d753d6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,6 @@ jobs: include: - os: windows-latest target: x86_64-pc-windows-msvc - - os: windows-latest - target: i686-pc-windows-msvc - os: windows-latest target: aarch64-pc-windows-msvc - os: macos-latest @@ -89,12 +87,6 @@ jobs: include: - os: ubuntu-latest target: x86_64-unknown-linux-gnu - - os: ubuntu-latest - target: i686-unknown-linux-gnu - - os: ubuntu-latest - target: aarch64-unknown-linux-gnu - - os: ubuntu-latest - target: armv7-unknown-linux-gnueabihf runs-on: ${{ matrix.os }} steps: - name: Checkout Repository diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 12a49b5..00b6da9 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -47,7 +47,7 @@ tauri = { version = "2.0.0-rc", features = [ network-interface = { version = "2.0.0", features = ["serde"] } tauri-plugin-shell = "2.0.2" tauri-plugin-dialog = "2.0.2" -tauri-plugin-fs = "2.0.1" +tauri-plugin-fs = "2.0.2" tauri-plugin-notification = "2.0.1" tauri-plugin-process = "2.0.1" tauri-plugin-clipboard-manager = "2.0.1"