From 9c8ce1eabce3710c06d9b1140b793498d38cf58e Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 24 Oct 2019 19:15:22 +0100 Subject: [PATCH] Some updates --- .gitmodules | 3 +++ build-helpers | 1 - scripts | 1 + scripts/build_helper.sh | 1 - 4 files changed, 4 insertions(+), 2 deletions(-) delete mode 160000 build-helpers create mode 160000 scripts delete mode 120000 scripts/build_helper.sh 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