mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Use exact jom url instead of mirrored.
This commit is contained in:
parent
4d4d75addf
commit
92a9ba2ba0
2 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit ed89d824871f937b95173a4de38d1efb71a9f5e2
|
||||
Subproject commit d5190185f74d8f76e610caeb6e45642fca2c177f
|
Loading…
Add table
Reference in a new issue