From 92a9ba2ba061b0ee6c3239ccff3293fc89b4a646 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 29 Aug 2022 09:12:09 +0400 Subject: [PATCH] Use exact jom url instead of mirrored. --- Telegram/build/prepare/prepare.py | 2 +- cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index de52a4090..e5dc7384f 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -426,7 +426,7 @@ win: stage('jom', """ win: - powershell -Command "Invoke-WebRequest -OutFile ./jom.zip http://download.qt.io/official_releases/jom/jom.zip" + powershell -Command "Invoke-WebRequest -OutFile ./jom.zip https://master.qt.io/official_releases/jom/jom_1_1_3.zip" powershell -Command "Expand-Archive ./jom.zip" del jom.zip """, 'ThirdParty') diff --git a/cmake b/cmake index ed89d8248..d5190185f 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit ed89d824871f937b95173a4de38d1efb71a9f5e2 +Subproject commit d5190185f74d8f76e610caeb6e45642fca2c177f