Skip to content

Commit

Permalink
Fix CEF download
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Jan 28, 2025
1 parent 4000ea4 commit 60f1abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/buildactions/install_cef.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local CEF_VERSION = "132.3.1+g144febe+chromium-132.0.6834.83"
local CEF_HASH = "085933ced379bcb5d03ec5f2837f3eb0123dceb22c88e5a24547f0437a6e3851"

function make_cef_download_url()
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
return CEF_URL_PREFIX..CEF_VERSION..CEF_URL_SUFFIX
end

function update_install_cef(version, hash)
Expand Down

0 comments on commit 60f1abd

Please sign in to comment.