diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-04-03 20:39:44 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-03 20:39:44 +1000 |
commit | c367769781cba323afa3f4185a333ca7f7a7a72a (patch) | |
tree | 22112aeeaf13f6fb19573665e2139bb4362566d4 /CMakeLists.txt | |
parent | 02b44256b29fd10499177459e7ff515d7e81c10a (diff) | |
download | PrismLauncher-c367769781cba323afa3f4185a333ca7f7a7a72a.tar.gz PrismLauncher-c367769781cba323afa3f4185a333ca7f7a7a72a.tar.bz2 PrismLauncher-c367769781cba323afa3f4185a333ca7f7a7a72a.zip |
Update CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b97635c1..d45d4975 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,7 +80,7 @@ set(Launcher_BUG_TRACKER_URL "https://github.com/PolyMC/PolyMC/issues" CACHE STR set(Launcher_TRANSLATIONS_URL "https://hosted.weblate.org/projects/polymc/polymc/" CACHE STRING "URL for the translations platform.") # Matrix Space -set(Launcher_MATRIX_URL "https://matrix.to/#/#polymc:polymc.org" CACHE STRING "URL to the Matrix Space") +set(Launcher_MATRIX_URL "https://matrix.to/#/#polymc:matrix.org" CACHE STRING "URL to the Matrix Space") # Discord URL set(Launcher_DISCORD_URL "https://discord.gg/Z52pwxWCHP" CACHE STRING "URL for the Discord guild.") @@ -88,7 +88,7 @@ set(Launcher_DISCORD_URL "https://discord.gg/Z52pwxWCHP" CACHE STRING "URL for t # Subreddit URL -set(Launcher_SUBREDDIT_URL "" CACHE STRING "URL for the subreddit.") +set(Launcher_SUBREDDIT_URL "https://www.reddit.com/r/PolyMCLauncher/" CACHE STRING "URL for the subreddit.") # Builds # TODO: Launcher_FORCE_BUNDLED_LIBS should be off in the future, but as of QuaZip 1.2, we can't do that yet. |