1
0
Fork 0

Use relative paths for submodules

This commit is contained in:
Duncan Ogilvie 2022-01-03 06:58:04 +01:00
parent b4fc237823
commit f0712b4988
1 changed files with 4 additions and 4 deletions

8
.gitmodules vendored
View File

@ -1,13 +1,13 @@
[submodule "src/gui/Translations"]
path = src/gui/Translations
url = https://github.com/x64dbg/Translations.git
url = ../Translations.git
[submodule "src/dbg/btparser"]
path = src/dbg/btparser
url = https://github.com/x64dbg/btparser
url = ../btparser
[submodule "deps"]
path = deps
url = https://github.com/x64dbg/deps
url = ../deps
shallow = true
[submodule "src/zydis_wrapper/zydis"]
path = src/zydis_wrapper/zydis
url = https://github.com/x64dbg/zydis.git
url = ../zydis.git