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

Commit 707537a

Browse files
committed
Merge remote-tracking branch 'upstream/develop-9.0' into merge-develop-9.0-29.03.2018
2 parents a63aede + 235c4f6 commit 707537a

File tree

112 files changed

+1765
-271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+1765
-271
lines changed

builder/builder_utilities.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ command builderEnsureZip pZipfile, pURL
603603
builderEnsureFolderForFile pZipfile
604604

605605
builderLog "message", "Downloading zip file:" && pZipfile
606-
get shell(merge("curl -o '[[pZipfile]]' '[[pUrl]]'"))
606+
get shell(merge("curl -k -o '[[pZipfile]]' '[[pUrl]]'"))
607607
if the result is not zero then
608608
builderLog "error", "Failed to download zip file:" && it
609609
throw "failure"

0 commit comments

Comments
 (0)