diff options
author | 雪鈴 SnowLin <113241163+nightsnowlinouo@users.noreply.github.com> | 2022-10-19 01:03:00 +0800 |
---|---|---|
committer | 雪鈴 SnowLin <113241163+nightsnowlinouo@users.noreply.github.com> | 2022-10-19 01:22:58 +0800 |
commit | b1b85313ae61192c8c84ee49007c2de34956edd6 (patch) | |
tree | b5f0570dafc4107a40b2569ea49d876d026ecd84 | |
parent | 243600b75babc636bdd1ac0dc8fd5fa4a2db1a0c (diff) | |
download | PrismLauncher-b1b85313ae61192c8c84ee49007c2de34956edd6.tar.gz PrismLauncher-b1b85313ae61192c8c84ee49007c2de34956edd6.tar.bz2 PrismLauncher-b1b85313ae61192c8c84ee49007c2de34956edd6.zip |
Fix hosted weblate translation website URL
Signed-off-by: 雪鈴 SnowLin <113241163+nightsnowlinouo@users.noreply.github.com>
-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") |