diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 19:43:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 19:43:02 +0200 |
commit | 5584884fe652209073dad27a0a7ac46e5b9a85f3 (patch) | |
tree | af45e880a5721040cf4f9c99f7a540d9bd1edaf8 | |
parent | 3bb1068ef01f32c288e6d22e091c69060a05e540 (diff) | |
parent | b1b85313ae61192c8c84ee49007c2de34956edd6 (diff) | |
download | PrismLauncher-5584884fe652209073dad27a0a7ac46e5b9a85f3.tar.gz PrismLauncher-5584884fe652209073dad27a0a7ac46e5b9a85f3.tar.bz2 PrismLauncher-5584884fe652209073dad27a0a7ac46e5b9a85f3.zip |
Merge pull request #68 from nightsnowlinouo/develop
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e149ce1..a3b74a73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ set(Launcher_IMGUR_CLIENT_ID "5b97b0713fba4a3" CACHE STRING "Client ID you can g set(Launcher_BUG_TRACKER_URL "https://github.com/PrismLauncher/PrismLauncher/issues" CACHE STRING "URL for the bug tracker.") # Translations Platform URL -set(Launcher_TRANSLATIONS_URL "https://hosted.weblate.org/projects/prismlauncher/prismlauncher/" CACHE STRING "URL for the translations platform.") +set(Launcher_TRANSLATIONS_URL "https://hosted.weblate.org/projects/prismlauncher/launcher/" CACHE STRING "URL for the translations platform.") # Matrix Space set(Launcher_MATRIX_URL "https://matrix.to/#/#prismlauncher:matrix.org" CACHE STRING "URL to the Matrix Space") |