Remove the MSI installer to simplify the automatic update process, cf. https://github.com/tauri-apps/tauri/discussions/8963

This commit is contained in:
Thorsten Sommer 2024-06-16 15:21:24 +02:00
parent 2d8913a772
commit 58534da03f
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -39,7 +39,7 @@ jobs:
update_platform: 'windows-x86_64' update_platform: 'windows-x86_64'
dotnet_runtime: 'win-x64' dotnet_runtime: 'win-x64'
dotnet_name_postfix: '-x86_64-pc-windows-msvc.exe' 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 - platform: 'windows-latest' # for ARM-based windows
rust_target: 'aarch64-pc-windows-msvc' rust_target: 'aarch64-pc-windows-msvc'