Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
noituri committed Oct 25, 2024
1 parent c87ea46 commit 11486d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compositor_chromium/chromium_sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fn cef_url() -> &'static str {
if cfg!(target_arch = "aarch64") {
return "https://cef-builds.spotifycdn.com/cef_binary_117.1.4%2Bga26f38b%2Bchromium-117.0.5938.92_macosarm64_minimal.tar.bz2";
} else if cfg!(target_arch = "x86_64") {
return "https://cef-builds.spotifycdn.com/cef_binary_117.1.4%2Bga61da9b%2Bchromium-117.0.5938.92_macosx64_minimal.tar.bz2";
return "https://cef-builds.spotifycdn.com/cef_binary_117.1.5%2Bgf1b94ea%2Bchromium-117.0.5938.132_macosx64_minimal.tar.bz2";
}
} else if cfg!(target_os = "linux") {
if cfg!(target_arch = "aarch64") {
Expand Down

0 comments on commit 11486d5

Please sign in to comment.