diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-03-08 01:22:34 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 01:22:34 +1100 |
commit | dc9e2508684b6cbedd03c36fcbb4b91095962e91 (patch) | |
tree | 8c4a5cd2a846f4de7fd3c9ca8e1a32cd9c4199a7 /CMakeLists.txt | |
parent | b6cf0359faf1d366a4afd92930008d25ea492049 (diff) | |
parent | b93daf1fb743f09d48595f554d93a49fe448d6b7 (diff) | |
download | PrismLauncher-dc9e2508684b6cbedd03c36fcbb4b91095962e91.tar.gz PrismLauncher-dc9e2508684b6cbedd03c36fcbb4b91095962e91.tar.bz2 PrismLauncher-dc9e2508684b6cbedd03c36fcbb4b91095962e91.zip |
Merge pull request #232 from Scrumplex/fix-help-links
Switch to polymc.org wiki
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c370b6ea..e2545ba5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,8 +46,9 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_DEPRECATED_WARNINGS=Y") ##################################### Set Application options ##################################### ######## Set URLs ######## -set(Launcher_NEWS_RSS_URL "https://polymc.github.io/feed/feed.xml" CACHE STRING "URL to fetch PolyMC's news RSS feed from.") -set(Launcher_NEWS_OPEN_URL "https://polymc.github.io/news/" CACHE STRING "URL that gets opened when the user clicks 'More News'") +set(Launcher_NEWS_RSS_URL "https://polymc.org/feed/feed.xml" CACHE STRING "URL to fetch PolyMC's news RSS feed from.") +set(Launcher_NEWS_OPEN_URL "https://polymc.org/news" CACHE STRING "URL that gets opened when the user clicks 'More News'") +set(Launcher_HELP_URL "https://polymc.org/wiki/%1" CACHE STRING "URL (with arg %1 to be substituted with page-id) that gets opened when the user requests help") ######## Set version numbers ######## set(Launcher_VERSION_MAJOR 1) |