diff --git a/.gitmodules b/.gitmodules index e0c2c22..cb4f588 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,3 +67,6 @@ [submodule "build-helpers"] path = build-helpers url = https://github.com/WolverinDEV/build-helpers.git +[submodule "scripts"] + path = scripts + url = https://github.com/WolverinDEV/build-helpers.git diff --git a/build-helpers b/build-helpers deleted file mode 160000 index 3e59efc..0000000 --- a/build-helpers +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3e59efc291a1cd64cd520ae82fca71f7aafcbe90 diff --git a/scripts b/scripts new file mode 160000 index 0000000..0b83e74 --- /dev/null +++ b/scripts @@ -0,0 +1 @@ +Subproject commit 0b83e74e2df4b084d256ea3cea0be64e01ef6da3 diff --git a/scripts/build_helper.sh b/scripts/build_helper.sh deleted file mode 120000 index ea79796..0000000 --- a/scripts/build_helper.sh +++ /dev/null @@ -1 +0,0 @@ -../build-helpers/build_helper.sh \ No newline at end of file