mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
Update links
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -2,9 +2,9 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
8
BUILD.md
8
BUILD.md
@@ -29,7 +29,7 @@ API keys are necessary for Microsoft account functionality. More info in [(Not)
|
||||
Clone the source code using git and grab all the submodules:
|
||||
|
||||
```
|
||||
git clone https://github.com/AfoninZ/MultiMC5-Cracked.git
|
||||
git clone https://github.com/UltimMC/Launcher.git
|
||||
git submodule init
|
||||
git submodule update
|
||||
```
|
||||
@@ -57,7 +57,7 @@ mkdir ~/MultiMC && cd ~/MultiMC
|
||||
mkdir build
|
||||
mkdir install
|
||||
# clone the complete source
|
||||
git clone --recursive https://github.com/AfoninZ/UltimMC.git src
|
||||
git clone --recursive https://github.com/UltimMC/Launcher.git src
|
||||
# configure the project
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=../install ../src
|
||||
@@ -169,7 +169,7 @@ zlib1.dll
|
||||
|
||||
### Compile from command line on Windows
|
||||
1. If you installed Qt with the web installer, there should be a shortcut called `Qt 5.4 for Desktop (MinGW 4.9 32-bit)` in the Start menu on Windows 7 and 10. Best way to find it is to search for it. Do note you cannot just use cmd.exe, you have to use the shortcut, otherwise the proper MinGW software will not be on the PATH.
|
||||
2. Once that is open, change into your user directory, and clone MultiMC by doing `git clone --recursive https://github.com/AfoninZ/MultiMC5-Cracked.git`, and change directory to the folder you cloned to.
|
||||
2. Once that is open, change into your user directory, and clone MultiMC by doing `git clone --recursive https://github.com/UltimMC/Launcher.git`, and change directory to the folder you cloned to.
|
||||
3. Make a build directory, and change directory to the directory and do `cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=C:\Path\that\makes\sense\for\you`. By default, it will install to C:\Program Files (x86), which you might not want, if you want a local installation. If you want to install it to that directory, make sure to run the command window as administrator.
|
||||
3. Do `mingw32-make -jX`, where X is the number of cores your CPU has plus one.
|
||||
4. Now to wait for it to compile. This could take some time. Hopefully it compiles properly.
|
||||
@@ -197,7 +197,7 @@ xcode-select --install
|
||||
Pick an installation path - this is where the final `.app` will be constructed when you run `make install`. Supply it as the `CMAKE_INSTALL_PREFIX` argument during CMake configuration.
|
||||
|
||||
```
|
||||
git clone --recursive https://github.com/AfoninZ/MultiMC5-Cracked.git
|
||||
git clone --recursive https://github.com/UltimMC/Launcher.git
|
||||
cd MultiMC5-Cracked
|
||||
mkdir build
|
||||
cd build
|
||||
|
@@ -3,7 +3,7 @@
|
||||
## This software is not related to MultiMC developers and provided without any warranty. Please don't bomb MultiMC developers if something gets wrong using this launcher.
|
||||
|
||||
## Pre-built binaries:
|
||||
- Windows / Linux / MacOS: https://nightly.link/AfoninZ/UltimMC/workflows/main/develop
|
||||
- Windows / Linux / MacOS: https://nightly.link/UltimMC/Launcher/workflows/main/main
|
||||
|
||||
To update the launcher replace all replaceable files and folders with the newer one from the above link. Do not use the inbuilt option, as that downloads the MultiMC launcher instead (this will be fixed in a future version).
|
||||
|
||||
@@ -18,7 +18,7 @@ To update the launcher replace all replaceable files and folders with the newer
|
||||
|
||||
In case if you are using MacOS/Linux then additional step is to make a script `UltimMC` executable by using the command `chmod +x UltimMC` in the terminal
|
||||
|
||||
To remove the "localhost:nnnn" or "ElyBy" in the minecraft main menu and F3, add `-Dauthlibinjector.noShowServerName` to the java arguments in UltimMC settings.
|
||||
To remove the "localhost:nnnn" or "Ely.by" in the minecraft main menu and F3, add `-Dauthlibinjector.noShowServerName` to the java arguments in UltimMC settings.
|
||||
|
||||
# Details about the ORIGINAL launcher below:
|
||||
|
||||
|
@@ -11,7 +11,7 @@ set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE)
|
||||
set(Launcher_DisplayName "${Launcher_CommonName} 5" PARENT_SCOPE)
|
||||
set(Launcher_UserAgent "${Launcher_CommonName}/5.0" PARENT_SCOPE)
|
||||
set(Launcher_ConfigFile "ultimmc.cfg" PARENT_SCOPE)
|
||||
set(Launcher_Git "https://github.com/AfoninZ/UltimMC" PARENT_SCOPE)
|
||||
set(Launcher_Git "https://github.com/UltimMC/Launcher" PARENT_SCOPE)
|
||||
|
||||
set(Launcher_Branding_ICNS "notsecrets/Launcher.icns" PARENT_SCOPE)
|
||||
set(Launcher_Branding_WindowsRC "notsecrets/launcher.rc" PARENT_SCOPE)
|
||||
|
Reference in New Issue
Block a user