Skip to content

Commit 60f1abd

Browse files
committed
Fix CEF download
1 parent 4000ea4 commit 60f1abd

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 = "132.3.1+g144febe+chromium-132.0.6834.83"
1313
local CEF_HASH = "085933ced379bcb5d03ec5f2837f3eb0123dceb22c88e5a24547f0437a6e3851"
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)