From af407c8ea8b533ba5efb54d838a889b2246d400a Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Wed, 8 Dec 2021 00:36:52 -0600 Subject: [PATCH] Update to use new prebuilts --- mob.ini | 8 ++++---- src/utility.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mob.ini b/mob.ini index 101dc90..cebdcc5 100644 --- a/mob.ini +++ b/mob.ini @@ -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 diff --git a/src/utility.cpp b/src/utility.cpp index ef89995..b899134 100644 --- a/src/utility.cpp +++ b/src/utility.cpp @@ -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(