Update to use new prebuilts

This commit is contained in:
Jeremy Rimpo
2021-12-08 00:36:52 -06:00
parent 196390e5f2
commit af407c8ea8
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -78,10 +78,10 @@ configure = true
pull = true
[prebuilt]
boost = false
lz4 = false
openssl = false
pyqt = false
boost = true
lz4 = true
openssl = true
pyqt = true
python = true
usvfs = false
+1 -1
View File
@@ -17,7 +17,7 @@ url make_prebuilt_url(const std::string& filename)
{
return
"https://github.com/ModOrganizer2/modorganizer-umbrella/"
"releases/download/1.1/" + filename;
"releases/download/2.0/" + filename;
}
url make_appveyor_artifact_url(