Skip to content

Commit f552c17

Browse files
authored
fix(bundler): WebView2 offline installer GUID changes (#7998)
1 parent 21cdbb4 commit f552c17

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri-bundler": 'patch:bug'
3+
---
4+
5+
Update the WebView2 offline installer GUIDs to resolve the 404 HTTP response status codes.

tooling/bundler/src/bundle/windows/util.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ use sha2::Digest;
1313
use zip::ZipArchive;
1414

1515
pub const WEBVIEW2_BOOTSTRAPPER_URL: &str = "https://go.microsoft.com/fwlink/p/?LinkId=2124703";
16-
pub const WEBVIEW2_X86_INSTALLER_GUID: &str = "a17bde80-b5ab-47b5-8bbb-1cbe93fc6ec9";
17-
pub const WEBVIEW2_X64_INSTALLER_GUID: &str = "aa5fd9b3-dc11-4cbc-8343-a50f57b311e1";
16+
pub const WEBVIEW2_X86_INSTALLER_GUID: &str = "2c122012-898d-4a69-9ab6-aa50bbe81031";
17+
pub const WEBVIEW2_X64_INSTALLER_GUID: &str = "0af26c79-02f0-4f06-a12d-116bc05ca860";
1818
pub const NSIS_OUTPUT_FOLDER_NAME: &str = "nsis";
1919
pub const NSIS_UPDATER_OUTPUT_FOLDER_NAME: &str = "nsis-updater";
2020
pub const WIX_OUTPUT_FOLDER_NAME: &str = "msi";

0 commit comments

Comments
 (0)