You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -173,15 +173,15 @@ endif()
173
173
##################################### Set Application options #####################################
174
174
175
175
######## Set URLs ########
176
-
set(Launcher_NEWS_RSS_URL"https://prismlauncher.org/feed/feed.xml"CACHESTRING"URL to fetch Prism Launcher's news RSS feed from.")
176
+
set(Launcher_NEWS_RSS_URL"https://toshta.su/feed.xml"CACHESTRING"URL to fetch Prism Launcher's news RSS feed from.")
177
177
set(Launcher_NEWS_OPEN_URL"https://prismlauncher.org/news"CACHESTRING"URL that gets opened when the user clicks 'More News'")
178
178
set(Launcher_HELP_URL"https://prismlauncher.org/wiki/help-pages/%1"CACHESTRING"URL (with arg %1 to be substituted with page-id) that gets opened when the user requests help")
179
179
set(Launcher_LOGIN_CALLBACK_URL"https://prismlauncher.org/successful-login"CACHESTRING"URL that gets opened when the user successfully logins.")
180
180
set(Launcher_FMLLIBS_BASE_URL"https://files.prismlauncher.org/fmllibs/"CACHESTRING"URL for FML Libraries.")
set(Launcher_MSA_CLIENT_ID"039ef54b-ae1b-40bb-933e-492ffa92bee7"CACHESTRING"Client ID you can get from Microsoft Identity Platform when you register an application")
259
+
set(Launcher_MSA_CLIENT_ID"c36a9fb6-4f2a-41ff-90bd-ae7cc92031eb"CACHESTRING"Client ID you can get from Microsoft Identity Platform when you register an application")
260
260
261
261
# By using this key in your builds you accept the terms and conditions laid down in
0 commit comments