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(