Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cef.redist.osx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<owners></owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>CEF - the Chromium Embedded Framework.</description>
<copyright>Copyright © 2021</copyright>
<copyright>Copyright © 2025</copyright>
<tags>chrome chromium native embedded browser CEF nativepackage OSX64</tags>
<license type="file">LICENSE.txt</license>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion make_cefredist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CEFBINARIES="cef_binaries"

if [ ! -f "$CEFZIP" ]; then
echo "downloading cef binaries"
curl -o "$CEFZIP" "https://cef-builds.spotifycdn.com/cef_binary_134.3.9%2Bg5dc6f2f%2Bchromium-134.0.6998.178_{$ARCH}_minimal.tar.bz2"
curl -o "$CEFZIP" "https://cef-builds.spotifycdn.com/cef_binary_139.0.28%2Bg55ab8a8%2Bchromium-139.0.7258.139_{$ARCH}_minimal.tar.bz2"
fi

if [ ! -d "$CEFBINARIES" ]; then
Expand Down