File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ use crate::errors::InstallerError;
66
77use super :: GameSide ;
88
9- const LAUNCHER_META_URL : & str = "https://skyrising.github.io /mc-versions/version_manifest.json" ;
10- const VERSION_META_URL : & str = "https://skyrising.github.io /mc-versions/version/manifest/{}.json" ;
9+ const LAUNCHER_META_URL : & str = "https://ornithemc.net /mc-versions/version_manifest.json" ;
10+ const VERSION_META_URL : & str = "https://ornithemc.net /mc-versions/version/manifest/{}.json" ;
1111
1212pub async fn fetch_versions ( ) -> Result < VersionManifest , InstallerError > {
1313 super :: CLIENT
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ fn server_dir(default: &str) -> String {
7777 . to_owned ( )
7878}
7979
80- #[ cfg( any( unix, target_os = "macos" ) ) ]
80+ #[ cfg( any( unix) ) ]
8181pub fn server_location ( ) -> String {
8282 server_dir ( "/" )
8383}
You can’t perform that action at this time.
0 commit comments