diff options
author | dada513 <dada513@protonmail.com> | 2022-03-08 18:41:23 +0100 |
---|---|---|
committer | dada513 <dada513@protonmail.com> | 2022-03-08 18:41:23 +0100 |
commit | d814e21f0d68b560d94cd69edb0b673a1507aa63 (patch) | |
tree | 232880a74140b1634c086ee93238d0af9ed922fa /CMakeLists.txt | |
parent | dc9e2508684b6cbedd03c36fcbb4b91095962e91 (diff) | |
download | PrismLauncher-d814e21f0d68b560d94cd69edb0b673a1507aa63.tar.gz PrismLauncher-d814e21f0d68b560d94cd69edb0b673a1507aa63.tar.bz2 PrismLauncher-d814e21f0d68b560d94cd69edb0b673a1507aa63.zip |
add matrix button
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e2545ba5..e633eb55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,9 +82,14 @@ set(Launcher_BUG_TRACKER_URL "https://github.com/PolyMC/PolyMC/issues" CACHE STR # Translations Platform URL 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") + # Discord URL set(Launcher_DISCORD_URL "https://discord.gg/Z52pwxWCHP" CACHE STRING "URL for the Discord guild.") + + # Subreddit URL set(Launcher_SUBREDDIT_URL "" CACHE STRING "URL for the subreddit.") |