Point Atmosphere-Pro clones at the OmniNX git host.
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
|||||||
[submodule "Source/Horizon-OC-Monitor/lib/Atmosphere-libs"]
|
[submodule "Source/Horizon-OC-Monitor/lib/Atmosphere-libs"]
|
||||||
path = Source/Horizon-OC-Monitor/lib/Atmosphere-libs
|
path = Source/Horizon-OC-Monitor/lib/Atmosphere-libs
|
||||||
url = https://github.com/NaGaa95/Atmosphere-Pro.git
|
url = https://git.niklascfw.de/OmniNX/Atmosphere-Pro.git
|
||||||
branch = boot-storage
|
branch = boot-storage
|
||||||
[submodule "Source/Horizon-OC-Monitor/lib/libultrahand"]
|
[submodule "Source/Horizon-OC-Monitor/lib/libultrahand"]
|
||||||
path = Source/Horizon-OC-Monitor/lib/libultrahand
|
path = Source/Horizon-OC-Monitor/lib/libultrahand
|
||||||
|
|||||||
2
Source/Horizon-OC-Monitor/.gitmodules
vendored
2
Source/Horizon-OC-Monitor/.gitmodules
vendored
@@ -1,6 +1,6 @@
|
|||||||
[submodule "lib/Atmosphere-libs"]
|
[submodule "lib/Atmosphere-libs"]
|
||||||
path = lib/Atmosphere-libs
|
path = lib/Atmosphere-libs
|
||||||
url = https://github.com/NaGaa95/Atmosphere-Pro.git
|
url = https://git.niklascfw.de/OmniNX/Atmosphere-Pro.git
|
||||||
branch = boot-storage
|
branch = boot-storage
|
||||||
[submodule "lib/libultrahand"]
|
[submodule "lib/libultrahand"]
|
||||||
path = lib/libultrahand
|
path = lib/libultrahand
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ ROOT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|||||||
DIST_DIR="$ROOT_DIR/dist"
|
DIST_DIR="$ROOT_DIR/dist"
|
||||||
|
|
||||||
ATMOSPHERE_DIR="$ROOT_DIR/build/atmosphere"
|
ATMOSPHERE_DIR="$ROOT_DIR/build/atmosphere"
|
||||||
ATMOSPHERE_URL="https://github.com/NaGaa95/Atmosphere-Pro.git"
|
ATMOSPHERE_URL="https://git.niklascfw.de/OmniNX/Atmosphere-Pro.git"
|
||||||
ATMOSPHERE_BRANCH="boot-storage"
|
ATMOSPHERE_BRANCH="boot-storage"
|
||||||
|
|
||||||
EXO_SRC="$ROOT_DIR/Source/Atmosphere-Patches"
|
EXO_SRC="$ROOT_DIR/Source/Atmosphere-Patches"
|
||||||
|
|||||||
2
build.sh
2
build.sh
@@ -45,7 +45,7 @@ SRC="Source/Atmosphere/stratosphere/loader/"
|
|||||||
mkdir -p "build"
|
mkdir -p "build"
|
||||||
|
|
||||||
ATMOSPHERE_DIR="build/atmosphere"
|
ATMOSPHERE_DIR="build/atmosphere"
|
||||||
ATMOSPHERE_URL="https://github.com/NaGaa95/Atmosphere-Pro.git"
|
ATMOSPHERE_URL="https://git.niklascfw.de/OmniNX/Atmosphere-Pro.git"
|
||||||
ATMOSPHERE_BRANCH="boot-storage"
|
ATMOSPHERE_BRANCH="boot-storage"
|
||||||
|
|
||||||
if [ ! -d "$ATMOSPHERE_DIR" ]; then
|
if [ ! -d "$ATMOSPHERE_DIR" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user