Skip to content

Commit 9489b66

Browse files
Synchronize changes from 1.6 master branch [ci skip]
60f1abd Fix CEF download
2 parents 29e8009 + 60f1abd commit 9489b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/buildactions/install_cef.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local CEF_VERSION = "109.1.18+gf1c41e4+chromium-109.0.5414.120"
1313
local CEF_HASH = "ac78ea1e9f9d386130de16ca951acef1ba5a37ad9aef9d66f3d5f3529672c21c"
1414

1515
function make_cef_download_url()
16-
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
16+
return CEF_URL_PREFIX..CEF_VERSION..CEF_URL_SUFFIX
1717
end
1818

1919
function update_install_cef(version, hash)

0 commit comments

Comments
 (0)