From 58534da03f022634e2f2fc3ae8e280c62cef2806 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 16 Jun 2024 15:21:24 +0200 Subject: [PATCH] Remove the MSI installer to simplify the automatic update process, cf. https://github.com/tauri-apps/tauri/discussions/8963 --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 3aaf7ee5..7082033b 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -39,7 +39,7 @@ jobs: update_platform: 'windows-x86_64' dotnet_runtime: 'win-x64' dotnet_name_postfix: '-x86_64-pc-windows-msvc.exe' - tauri_bundle: 'msi nsis updater' + tauri_bundle: 'nsis updater' - platform: 'windows-latest' # for ARM-based windows rust_target: 'aarch64-pc-windows-msvc'