aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-09-04 21:27:09 +0200
committerPetr Mrázek <peterix@gmail.com>2021-09-04 21:27:09 +0200
commit938f896bfa7775cf7dcf1ee6883572f514f53993 (patch)
treee95720f21a0e818e45659ce055b7306f81ee6919 /CMakeLists.txt
parentcd87029e6fc0c8d8b25c9162812ae066066ad11a (diff)
downloadPrismLauncher-938f896bfa7775cf7dcf1ee6883572f514f53993.tar.gz
PrismLauncher-938f896bfa7775cf7dcf1ee6883572f514f53993.tar.bz2
PrismLauncher-938f896bfa7775cf7dcf1ee6883572f514f53993.zip
GH-4014 change updater to recognize new Qt 5.15.2 builds
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index acc777fc..84c4a180 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,7 +64,7 @@ set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.
set(MultiMC_BUILD_PLATFORM "" CACHE STRING "A short string identifying the platform that this build was built for. Only used by the notification system and to display in the about dialog.")
# Channel list URL
-set(MultiMC_CHANLIST_URL "" CACHE STRING "URL for the channel list.")
+set(MultiMC_UPDATER_BASE "" CACHE STRING "Base URL for the updater.")
# Notification URL
set(MultiMC_NOTIFICATION_URL "" CACHE STRING "URL for checking for notifications.")