From b30bf2627521444aa4678e6f2f6ea6a6f5ae01ba Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 19 May 2024 15:27:55 -0700 Subject: [PATCH] Remove updater in yml release --- .github/workflows/build-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 3391da6..0069987 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -15,12 +15,16 @@ jobs: settings: - platform: 'macos-latest' # for Arm based macs (M1 and above). args: '--target aarch64-apple-darwin' + includeUpdaterJson: false - platform: 'macos-latest' # for Intel based macs. args: '--target x86_64-apple-darwin' + includeUpdaterJson: false - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04. args: '' + includeUpdaterJson: false - platform: 'windows-latest' args: '' + includeUpdaterJson: false runs-on: ${{ matrix.settings.platform }} steps: