diff --git a/.gitignore b/.gitignore index b795ef9e..564dbe89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *.DS_Store .vscode/ -build/ dist/ .pyc \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index ed960211..ae258bac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "source/hoc-monitor/lib/Atmosphere-libs"] path = source/hoc-monitor/lib/Atmosphere-libs url = https://github.com/Atmosphere-NX/Atmosphere-libs.git +[submodule "build"] + path = build + url = https://github.com/Atmosphere-NX/Atmosphere.git diff --git a/build b/build new file mode 160000 index 00000000..c8e39a54 --- /dev/null +++ b/build @@ -0,0 +1 @@ +Subproject commit c8e39a54d257bf9875ac852fc1521f046c968339 diff --git a/dist/atmosphere/contents/00FF0000636C6BFF/exefs.nsp b/dist/atmosphere/contents/00FF0000636C6BFF/exefs.nsp index e1cb691f..33234f92 100644 Binary files a/dist/atmosphere/contents/00FF0000636C6BFF/exefs.nsp and b/dist/atmosphere/contents/00FF0000636C6BFF/exefs.nsp differ