Skip to content

Commit

Permalink
Use relative paths for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Jan 3, 2022
1 parent b4fc237 commit f0712b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
@@ -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

0 comments on commit f0712b4

Please sign in to comment.