Skip to content

Commit

Permalink
Add the new bin-repos
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed May 1, 2022
1 parent 890baf3 commit 77b0764
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,33 @@
url = https://github.com/Kode/kmake_bin.git
branch = main
shallow = true
[submodule "Tools/windows_x64"]
path = Tools/windows_x64
url = https://github.com/Kode/KincTools_windows_x64.git
branch = main
shallow = true
[submodule "Tools/macos"]
path = Tools/macos
url = https://github.com/Kode/KincTools_macos.git
branch = main
shallow = true
[submodule "Tools/linux_x64"]
path = Tools/linux_x64
url = https://github.com/Kode/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
branch = main
shallow = true
[submodule "Tools/linux_arm64"]
path = Tools/linux_arm64
url = https://github.com/Kode/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
branch = main
shallow = true
1 change: 1 addition & 0 deletions Tools/freebsd_x64
Submodule freebsd_x64 added at 6fd568
1 change: 1 addition & 0 deletions Tools/linux_arm
Submodule linux_arm added at 4c4e35
1 change: 1 addition & 0 deletions Tools/linux_arm64
Submodule linux_arm64 added at fb7912
1 change: 1 addition & 0 deletions Tools/linux_x64
Submodule linux_x64 added at 66538a
1 change: 1 addition & 0 deletions Tools/macos
Submodule macos added at 244cd7
1 change: 1 addition & 0 deletions Tools/windows_x64
Submodule windows_x64 added at 004528

0 comments on commit 77b0764

Please sign in to comment.