Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit e11ca95

Browse files
committed
Missing quotes for CEF download URL
1 parent aa58615 commit e11ca95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_linux_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pushd deps
77

88
# download CEF
99
if [ ! -f cef.zip ]; then
10-
wget -O cef.7z https://drive.google.com/uc?export=download&id=0B7as0diokeHxMVpTOTM5NUJwemM
10+
wget -O cef.7z "https://drive.google.com/uc?export=download&id=0B7as0diokeHxMVpTOTM5NUJwemM"
1111
fi
1212

1313
# extract CEF

0 commit comments

Comments
 (0)