Skip to content

Commit 65ed2cc

Browse files
committed
Update CEF Sample app links
1 parent b26cb07 commit 65ed2cc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ body:
2121
id: cefsharp-version
2222
attributes:
2323
label: CefSharp Version
24-
description: What version are you using? Please only open an issue if you can reproduce the problem with version 120.1.80 or later.
25-
placeholder: 120.1.80
24+
description: What version are you using? Please only open an issue if you can reproduce the problem with version 122.1.120 or later.
25+
placeholder: 122.1.120
2626
validations:
2727
required: true
2828
- type: dropdown
@@ -120,7 +120,7 @@ body:
120120
attributes:
121121
value: |
122122
To help determine where the problem needs to be fixed please download and test using the `CEF Sample Application(cefclient)`.
123-
1. Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_windowsarm64_client.tar.bz2).
123+
1. Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_122.1.12%2Bg6e69d20%2Bchromium-122.0.6261.112_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_122.1.12%2Bg6e69d20%2Bchromium-122.0.6261.112_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_122.1.12%2Bg6e69d20%2Bchromium-122.0.6261.112_windowsarm64_client.tar.bz2).
124124
2. Extract tar.bz2 file
125125
3. Execute cefclient.exe using the **command line args below**:
126126

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ The upstream [`CEF` forum](http://magpcss.org/ceforum/) is a valuable resource,
1919
It maybe helpful to run the `cefclient` application and compare output with `CefSharp`. The `WinForms` and `WPF` versions use two different rendering modes, `WPF` uses Offscreen Rendering (`OSR`). `OffScreen` also uses `OSR` mode.
2020

2121
- Download one of the following:
22-
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_windows32_client.tar.bz2
23-
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_windows64_client.tar.bz2
24-
- For arm64 download https://cef-builds.spotifycdn.com/cef_binary_120.1.8%2Bge6b45b0%2Bchromium-120.0.6099.109_windowsarm64_client.tar.bz2
22+
- For x86 download https://cef-builds.spotifycdn.com/cef_binary_122.1.12%2Bg6e69d20%2Bchromium-122.0.6261.112_windows32_client.tar.bz2
23+
- For x64 download https://cef-builds.spotifycdn.com/cef_binary_122.1.12%2Bg6e69d20%2Bchromium-122.0.6261.112_windows64_client.tar.bz2
24+
- For arm64 download https://cef-builds.spotifycdn.com/cef_binary_122.1.12%2Bg6e69d20%2Bchromium-122.0.6261.112_windowsarm64_client.tar.bz2
2525
- Extract and run cefclient.exe
2626
- If you are using WPF/OffScreen run
2727
```

0 commit comments

Comments
 (0)