From 127501ce4964b9b399a363c114f813b2576279c9 Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Wed, 3 Dec 2025 21:59:50 +0800 Subject: [PATCH] chore(deps): bump fixed WebView2 Runtime from 109.0.1518.78 to 133.0.3065.92 --- .github/workflows/alpha.yml | 4 ++-- .github/workflows/autobuild.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- scripts/portable-fixed-webview2.mjs | 6 +++--- src-tauri/webview2.arm64.json | 2 +- src-tauri/webview2.x64.json | 2 +- src-tauri/webview2.x86.json | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index cec7440ae..e707645f3 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -522,8 +522,8 @@ jobs: - name: Download WebView2 Runtime run: | - invoke-webrequest -uri https://github.com/westinyang/WebView2RuntimeArchive/releases/download/109.0.1518.78/Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.${{ matrix.arch }}.cab -outfile Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.${{ matrix.arch }}.cab - Expand .\Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.${{ matrix.arch }}.cab -F:* ./src-tauri + invoke-webrequest -uri https://github.com/westinyang/WebView2RuntimeArchive/releases/download/133.0.3065.92/Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.${{ matrix.arch }}.cab -outfile Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.${{ matrix.arch }}.cab + Expand .\Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.${{ matrix.arch }}.cab -F:* ./src-tauri Remove-Item .\src-tauri\tauri.windows.conf.json Rename-Item .\src-tauri\webview2.${{ matrix.arch }}.json tauri.windows.conf.json diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index a3eb524f6..37a45feab 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -454,8 +454,8 @@ jobs: - name: Download WebView2 Runtime run: | - invoke-webrequest -uri https://github.com/westinyang/WebView2RuntimeArchive/releases/download/109.0.1518.78/Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.${{ matrix.arch }}.cab -outfile Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.${{ matrix.arch }}.cab - Expand .\Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.${{ matrix.arch }}.cab -F:* ./src-tauri + invoke-webrequest -uri https://github.com/westinyang/WebView2RuntimeArchive/releases/download/133.0.3065.92/Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.${{ matrix.arch }}.cab -outfile Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.${{ matrix.arch }}.cab + Expand .\Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.${{ matrix.arch }}.cab -F:* ./src-tauri Remove-Item .\src-tauri\tauri.windows.conf.json Rename-Item .\src-tauri\webview2.${{ matrix.arch }}.json tauri.windows.conf.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7376e6546..55ff665dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -407,8 +407,8 @@ jobs: - name: Download WebView2 Runtime run: | - invoke-webrequest -uri https://github.com/westinyang/WebView2RuntimeArchive/releases/download/109.0.1518.78/Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.${{ matrix.arch }}.cab -outfile Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.${{ matrix.arch }}.cab - Expand .\Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.${{ matrix.arch }}.cab -F:* ./src-tauri + invoke-webrequest -uri https://github.com/westinyang/WebView2RuntimeArchive/releases/download/133.0.3065.92/Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.${{ matrix.arch }}.cab -outfile Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.${{ matrix.arch }}.cab + Expand .\Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.${{ matrix.arch }}.cab -F:* ./src-tauri Remove-Item .\src-tauri\tauri.windows.conf.json Rename-Item .\src-tauri\webview2.${{ matrix.arch }}.json tauri.windows.conf.json diff --git a/scripts/portable-fixed-webview2.mjs b/scripts/portable-fixed-webview2.mjs index 99bbbc62d..1a62be3f4 100644 --- a/scripts/portable-fixed-webview2.mjs +++ b/scripts/portable-fixed-webview2.mjs @@ -3,7 +3,7 @@ import fsp from "fs/promises"; import { createRequire } from "module"; import path from "path"; -import { getOctokit, context } from "@actions/github"; +import { context, getOctokit } from "@actions/github"; import AdmZip from "adm-zip"; const target = process.argv.slice(2)[0]; @@ -50,9 +50,9 @@ async function resolvePortable() { zip.addLocalFolder( path.join( releaseDir, - `Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.${arch}`, + `Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.${arch}`, ), - `Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.${arch}`, + `Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.${arch}`, ); zip.addLocalFolder(configDir, ".config"); diff --git a/src-tauri/webview2.arm64.json b/src-tauri/webview2.arm64.json index 6613e5fbb..2e8811761 100644 --- a/src-tauri/webview2.arm64.json +++ b/src-tauri/webview2.arm64.json @@ -9,7 +9,7 @@ "timestampUrl": "", "webviewInstallMode": { "type": "fixedRuntime", - "path": "./Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.arm64/" + "path": "./Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.arm64/" }, "nsis": { "displayLanguageSelector": true, diff --git a/src-tauri/webview2.x64.json b/src-tauri/webview2.x64.json index a5063df7d..d3dccd78c 100644 --- a/src-tauri/webview2.x64.json +++ b/src-tauri/webview2.x64.json @@ -9,7 +9,7 @@ "timestampUrl": "", "webviewInstallMode": { "type": "fixedRuntime", - "path": "./Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.x64/" + "path": "./Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.x64/" }, "nsis": { "displayLanguageSelector": true, diff --git a/src-tauri/webview2.x86.json b/src-tauri/webview2.x86.json index b372b4b42..8704931fb 100644 --- a/src-tauri/webview2.x86.json +++ b/src-tauri/webview2.x86.json @@ -9,7 +9,7 @@ "timestampUrl": "", "webviewInstallMode": { "type": "fixedRuntime", - "path": "./Microsoft.WebView2.FixedVersionRuntime.109.0.1518.78.x86/" + "path": "./Microsoft.WebView2.FixedVersionRuntime.133.0.3065.92.x86/" }, "nsis": { "displayLanguageSelector": true,