diff options
author | swirl <swurl@swurl.xyz> | 2022-02-20 19:23:08 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-02-20 19:23:08 -0500 |
commit | da70122d9c46c6281c06fe1dedc558c13077f64f (patch) | |
tree | 2a8804f710b3b60a8cdfdf71fee90333234765f0 /CMakeLists.txt | |
parent | 613b351f1342ac80f5699dbdb53b9ff5c1f1056f (diff) | |
download | PrismLauncher-da70122d9c46c6281c06fe1dedc558c13077f64f.tar.gz PrismLauncher-da70122d9c46c6281c06fe1dedc558c13077f64f.tar.bz2 PrismLauncher-da70122d9c46c6281c06fe1dedc558c13077f64f.zip |
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 d4a27260..6365f4c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,14 +58,11 @@ set(Launcher_VERSION_HOTFIX 6) 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.") |