aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2022-02-20 19:23:08 -0500
committerswirl <swurl@swurl.xyz>2022-02-20 19:23:08 -0500
commitda70122d9c46c6281c06fe1dedc558c13077f64f (patch)
tree2a8804f710b3b60a8cdfdf71fee90333234765f0 /CMakeLists.txt
parent613b351f1342ac80f5699dbdb53b9ff5c1f1056f (diff)
downloadPrismLauncher-da70122d9c46c6281c06fe1dedc558c13077f64f.tar.gz
PrismLauncher-da70122d9c46c6281c06fe1dedc558c13077f64f.tar.bz2
PrismLauncher-da70122d9c46c6281c06fe1dedc558c13077f64f.zip
remove notifications
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
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.")