We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29e8009 + 60f1abd commit 9489b66Copy full SHA for 9489b66
utils/buildactions/install_cef.lua
@@ -13,7 +13,7 @@ local CEF_VERSION = "109.1.18+gf1c41e4+chromium-109.0.5414.120"
13
local CEF_HASH = "ac78ea1e9f9d386130de16ca951acef1ba5a37ad9aef9d66f3d5f3529672c21c"
14
15
function make_cef_download_url()
16
- return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
+ return CEF_URL_PREFIX..CEF_VERSION..CEF_URL_SUFFIX
17
end
18
19
function update_install_cef(version, hash)
0 commit comments