diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-03-15 00:51:28 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 00:51:28 +1100 |
commit | 5b8003cbe502af04792f4c462b1b8094444e19ad (patch) | |
tree | ba1bc491bddceccf1511197dfe294b6edd3dc606 /CMakeLists.txt | |
parent | c0719102a0ab65db80d75d61e6086f918d1f79b9 (diff) | |
parent | 6d1f9d4d02cef93e92ebf0ba46a1c1296da50673 (diff) | |
download | PrismLauncher-5b8003cbe502af04792f4c462b1b8094444e19ad.tar.gz PrismLauncher-5b8003cbe502af04792f4c462b1b8094444e19ad.tar.bz2 PrismLauncher-5b8003cbe502af04792f4c462b1b8094444e19ad.zip |
Merge pull request #188 from PolyMC/removal/notifications
remove notifications
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5250d0ff..db35eb09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,14 +59,11 @@ set(Launcher_VERSION_HOTFIX 0) set(Launcher_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") # Build platform. -set(Launcher_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.") +set(Launcher_BUILD_PLATFORM "" CACHE STRING "A short string identifying the platform that this build was built for. Only used to display in the about dialog.") # Channel list URL set(Launcher_UPDATER_BASE "" CACHE STRING "Base URL for the updater.") -# Notification URL -set(Launcher_NOTIFICATION_URL "" CACHE STRING "URL for checking for notifications.") - # The metadata server set(Launcher_META_URL "https://meta.polymc.org/v1/" CACHE STRING "URL to fetch Launcher's meta files from.") |