diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-09-04 21:27:09 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-09-04 21:27:09 +0200 |
commit | 938f896bfa7775cf7dcf1ee6883572f514f53993 (patch) | |
tree | e95720f21a0e818e45659ce055b7306f81ee6919 /CMakeLists.txt | |
parent | cd87029e6fc0c8d8b25c9162812ae066066ad11a (diff) | |
download | PrismLauncher-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.txt | 2 |
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.") |