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.
1 parent 4000ea4 commit 60f1abdCopy full SHA for 60f1abd
utils/buildactions/install_cef.lua
@@ -13,7 +13,7 @@ local CEF_VERSION = "132.3.1+g144febe+chromium-132.0.6834.83"
13
local CEF_HASH = "085933ced379bcb5d03ec5f2837f3eb0123dceb22c88e5a24547f0437a6e3851"
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