ThinBridge / Chronos

Chromiumベースの業務ブラウザ
Other
5 stars 3 forks source link

Fix build error with recent CEF beta #144

Closed kenhys closed 10 months ago

kenhys commented 10 months ago

Which issue(s) this PR fixes:

N/A

What this PR does / why we need it:

Since cef_binary_119.4.2+g2d7731b+chromium-119.0.6045.124, enum type was changed. Thus only CHROME_MAJOR_VERSION condition is inappropriate.

How to verify the fixed issue:

See CI result.

https://github.com/kenhys/Chronos/actions/runs/6924358736

Expected result:

Chronos(beta) build will pass CI.