Skip to content

Commit 4d09843

Browse files
committed
appveyor.yml - Update as release branch
1 parent fb7db9c commit 4d09843

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ 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_127.3.5%2Bg114ea2a%2Bchromium-127.0.6533.120_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2Bg114ea2a%2Bchromium-127.0.6533.120_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2Bg114ea2a%2Bchromium-127.0.6533.120_windowsarm64_client.tar.bz2).
123+
1. Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_129.0.11%2Bg57354b8%2Bchromium-129.0.6668.90_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_129.0.11%2Bg57354b8%2Bchromium-129.0.6668.90_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_129.0.11%2Bg57354b8%2Bchromium-129.0.6668.90_windowsarm64_client.tar.bz2).
124124
2. Extract tar.bz2 file
125125
3. Execute cefclient.exe using the **command line args below**:
126126
127-
For WPF/OffScreen `cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu --use-alloy-style`
127+
For WPF/OffScreen `cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu`
128128
For WinForms `cefclient.exe --multi-threaded-message-loop --no-sandbox --use-alloy-style`
129129
- type: dropdown
130130
id: cefclient-testing

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ 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 and run the `CEF Sample Application(cefclient)`:
22-
- Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2Bg114ea2a%2Bchromium-127.0.6533.120_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2Bg114ea2a%2Bchromium-127.0.6533.120_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2Bg114ea2a%2Bchromium-127.0.6533.120_windowsarm64_client.tar.bz2).
22+
- Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_129.0.11%2Bg57354b8%2Bchromium-129.0.6668.90_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_129.0.11%2Bg57354b8%2Bchromium-129.0.6668.90_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_129.0.11%2Bg57354b8%2Bchromium-129.0.6668.90_windowsarm64_client.tar.bz2).
2323
- Extract and run cefclient.exe
2424
- If you are using WPF/OffScreen run
2525
```
26-
cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu --use-alloy-style
26+
cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu
2727
```
2828
- If you are using WinForms run
2929
```

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 129.0.110-CI{build}
1+
version: 129.0.110-RCI{build}
22

33
clone_depth: 10
44

0 commit comments

Comments
 (0)