Skip to content

Commit

Permalink
Point submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Apr 1, 2024
1 parent 78df1cd commit 6d4b229
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
[submodule "Tools/windows_x64"]
path = Tools/windows_x64
url = https://github.com/Kode/KincTools_windows_x64.git
url = https://github.com/armory3d/KincTools_windows_x64.git
branch = main
shallow = true
[submodule "Tools/macos"]
path = Tools/macos
url = https://github.com/Kode/KincTools_macos.git
url = https://github.com/armory3d/KincTools_macos.git
branch = main
shallow = true
[submodule "Tools/linux_x64"]
path = Tools/linux_x64
url = https://github.com/Kode/KincTools_linux_x64.git
url = https://github.com/armory3d/KincTools_linux_x64.git
branch = main
shallow = true
[submodule "Tools/linux_arm"]
path = Tools/linux_arm
url = https://github.com/Kode/KincTools_linux_arm.git
url = https://github.com/armory3d/KincTools_linux_arm.git
branch = main
shallow = true
[submodule "Tools/linux_arm64"]
path = Tools/linux_arm64
url = https://github.com/Kode/KincTools_linux_arm64.git
url = https://github.com/armory3d/KincTools_linux_arm64.git
branch = main
shallow = true
[submodule "Tools/freebsd_x64"]
path = Tools/freebsd_x64
url = https://github.com/Kode/KincTools_freebsd_x64.git
url = https://github.com/armory3d/KincTools_freebsd_x64.git
branch = main
shallow = true

0 comments on commit 6d4b229

Please sign in to comment.