-
Notifications
You must be signed in to change notification settings - Fork 1.6k
webview2: Add version 144.0.3719.93 #17085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
haussmann
wants to merge
2
commits into
ScoopInstaller:master
Choose a base branch
from
haussmann:manifest/webview2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| { | ||
| "version": "144.0.3719.93", | ||
| "description": "Microsoft Edge WebView2 Runtime. Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2.", | ||
| "homepage": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", | ||
| "license": { | ||
| "identifier": "Proprietary", | ||
| "url": "https://developer.microsoft.com/microsoft-edge/api/eula/webview2" | ||
| }, | ||
| "notes": "Overrides any natively installed Runtime through environment variable 'WEBVIEW2_BROWSER_EXECUTABLE_FOLDER'.", | ||
| "architecture": { | ||
| "32bit": { | ||
| "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/6c876eab-3bbf-4715-bfaf-e5bb2925457d/Microsoft.WebView2.FixedVersionRuntime.144.0.3719.93.x86.cab#/dl.7z", | ||
| "hash": "ff825c63e55c6ea1f0a588cc5d3f68dc8f12dd7d0c1e7b8f027afe0d0ebb2a77", | ||
| "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.144.0.3719.93.x86" | ||
| }, | ||
| "64bit": { | ||
| "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/251a68fa-d6cf-451f-8cba-43df652d9297/Microsoft.WebView2.FixedVersionRuntime.144.0.3719.93.x64.cab#/dl.7z", | ||
| "hash": "9b3186a555284a200ee7a40c12e6f8163dbf132ba8a87e4e9ee7ff374176ef7f", | ||
| "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.144.0.3719.93.x64" | ||
| }, | ||
| "arm64": { | ||
| "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/078c90ed-f9b7-4e2c-9cf7-174b552cc76b/Microsoft.WebView2.FixedVersionRuntime.144.0.3719.93.arm64.cab#/dl.7z", | ||
| "hash": "ab438aa033d9dc83d42efc7a33d643cf33eaae688752598ac1f16f5761167683", | ||
| "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.144.0.3719.93.arm64" | ||
| } | ||
| }, | ||
| "env_set": { | ||
| "WEBVIEW2_BROWSER_EXECUTABLE_FOLDER": "$dir" | ||
| }, | ||
| "checkver": { | ||
| "url": "https://developer.microsoft.com/en-us/Microsoft-edge/webview2/", | ||
| "script": [ | ||
| "$page -match 'https://msedge\\.sf\\.dl\\.delivery\\.mp\\.microsoft\\.com/filestreamingservice/files/(?<folder>[0-9a-z-]+)/Microsoft\\.WebView2\\.FixedVersionRuntime\\.([0-9.]+)\\.x86\\.cab'", | ||
| "$arch32 = $Matches.folder", | ||
| "$page -match 'https://msedge\\.sf\\.dl\\.delivery\\.mp\\.microsoft\\.com/filestreamingservice/files/(?<folder>[0-9a-z-]+)/Microsoft\\.WebView2\\.FixedVersionRuntime\\.(?<version>[0-9.]+)\\.x64\\.cab'", | ||
| "$version = $Matches.version", | ||
| "$arch64 = $Matches.folder", | ||
| "$page -match 'https://msedge\\.sf\\.dl\\.delivery\\.mp\\.microsoft\\.com/filestreamingservice/files/(?<folder>[0-9a-z-]+)/Microsoft\\.WebView2\\.FixedVersionRuntime\\.([0-9.]+)\\.arm64\\.cab'", | ||
| "$archarm64 = $Matches.folder", | ||
| "Write-Output \"$version $arch32 $arch64 $archarm64\"" | ||
| ], | ||
| "regex": "(?<version>[\\d.]+) (?<arch32>[^ ]+) (?<arch64>[^ ]+) (?<archarm64>[^ ]+)" | ||
| }, | ||
| "autoupdate": { | ||
| "architecture": { | ||
| "32bit": { | ||
| "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/$matchArch32/Microsoft.WebView2.FixedVersionRuntime.$version.x86.cab#/dl.7z", | ||
| "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.$version.x86" | ||
| }, | ||
| "64bit": { | ||
| "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/$matchArch64/Microsoft.WebView2.FixedVersionRuntime.$version.x64.cab#/dl.7z", | ||
| "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.$version.x64" | ||
| }, | ||
| "arm64": { | ||
| "url": "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/$matchArcharm64/Microsoft.WebView2.FixedVersionRuntime.$version.arm64.cab#/dl.7z", | ||
| "extract_dir": "Microsoft.WebView2.FixedVersionRuntime.$version.arm64" | ||
| } | ||
| } | ||
| } | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: ScoopInstaller/Extras
Length of output: 505
🏁 Script executed:
fd "webview2.json" --type fRepository: ScoopInstaller/Extras
Length of output: 85
🏁 Script executed:
Repository: ScoopInstaller/Extras
Length of output: 4468
🌐 Web query:
WEBVIEW2_BROWSER_EXECUTABLE_FOLDER architecture specific 32-bit 64-bit💡 Result:
WEBVIEW2_BROWSER_EXECUTABLE_FOLDERis not inherently “32-bit vs 64-bit”—it’s just a string path override that WebView2 reads when creating a new WebView2 Runtime browser process. If it’s set, it overrides thebrowserExecutableFolderyou pass in code/SDK options. [1][2]What is architecture-specific is what that path points to:
WebView2Loader.dll). You must ship/use the loader that matches your app’s architecture (x86 vs x64 vs arm64). [3]WEBVIEW2_BROWSER_EXECUTABLE_FOLDERat a Fixed Version Runtime, the folder you point to must contain the matching-architecture fixed runtime binaries for the process that’s loading WebView2 (e.g., an x86 process must use an x86 fixed runtime folder). Practically, you should set different values per-architecture build (or set the env var per-process before creating WebView2). [2][3]Sources:
[1] Microsoft Learn (WebView2) – setting
WEBVIEW2_BROWSER_EXECUTABLE_FOLDERenv var and behavior[2] CoreWebView2Environment docs – env var overrides
browserExecutableFolder/ fixed-version folder usage[3] Microsoft Learn (WebView2 deployment) –
WebView2Loader.dllis native and architecture-specificClarify the architecture-specific behavior of the global environment override.
The
WEBVIEW2_BROWSER_EXECUTABLE_FOLDERenvironment variable points to the installed architecture's runtime folder. If a 32-bit application attempts to use WebView2 when the 64-bit version is installed, it will fail because the environment variable points to an incompatible folder. Update the notes to clarify this:✏️ Suggested note update
Also applies to: 27-29
🤖 Prompt for AI Agents