diff --git a/.gitmodules b/.gitmodules index 56a02bb8..74c718d2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,29 +1,29 @@ [submodule "frida-gum"] - path = frida-gum + path = subprojects/frida-gum url = https://github.com/frida/frida-gum.git [submodule "frida-core"] - path = frida-core + path = subprojects/frida-core url = https://github.com/frida/frida-core.git [submodule "frida-python"] - path = frida-python + path = subprojects/frida-python url = https://github.com/frida/frida-python.git [submodule "frida-node"] - path = frida-node + path = subprojects/frida-node url = https://github.com/frida/frida-node.git [submodule "frida-swift"] - path = frida-swift + path = subprojects/frida-swift url = https://github.com/frida/frida-swift.git [submodule "frida-clr"] - path = frida-clr + path = subprojects/frida-clr url = https://github.com/frida/frida-clr.git [submodule "frida-qml"] - path = frida-qml + path = subprojects/frida-qml url = https://github.com/frida/frida-qml.git [submodule "frida-tools"] - path = frida-tools + path = subprojects/frida-tools url = https://github.com/frida/frida-tools.git [submodule "frida-go"] - path = frida-go + path = subprojects/frida-go url = https://github.com/frida/frida-go [submodule "releng"] path = releng diff --git a/frida-clr b/subprojects/frida-clr similarity index 100% rename from frida-clr rename to subprojects/frida-clr diff --git a/frida-core b/subprojects/frida-core similarity index 100% rename from frida-core rename to subprojects/frida-core diff --git a/frida-go b/subprojects/frida-go similarity index 100% rename from frida-go rename to subprojects/frida-go diff --git a/frida-gum b/subprojects/frida-gum similarity index 100% rename from frida-gum rename to subprojects/frida-gum diff --git a/frida-node b/subprojects/frida-node similarity index 100% rename from frida-node rename to subprojects/frida-node diff --git a/frida-python b/subprojects/frida-python similarity index 100% rename from frida-python rename to subprojects/frida-python diff --git a/frida-qml b/subprojects/frida-qml similarity index 100% rename from frida-qml rename to subprojects/frida-qml diff --git a/frida-swift b/subprojects/frida-swift similarity index 100% rename from frida-swift rename to subprojects/frida-swift diff --git a/frida-tools b/subprojects/frida-tools similarity index 100% rename from frida-tools rename to subprojects/frida-tools