-
-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 858 Bytes
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[submodule "tools/windows_x64"]
path = tools/windows_x64
url = https://github.com/Kode/KoreTools_windows_x64.git
branch = main
shallow = true
[submodule "tools/linux_x64"]
path = tools/linux_x64
url = https://github.com/Kode/KoreTools_linux_x64.git
branch = main
shallow = true
[submodule "tools/linux_arm"]
path = tools/linux_arm
url = https://github.com/Kode/KoreTools_linux_arm.git
branch = main
shallow = true
[submodule "tools/linux_arm64"]
path = tools/linux_arm64
url = https://github.com/Kode/KoreTools_linux_arm64.git
branch = main
shallow = true
[submodule "tools/macos_arm64"]
path = tools/macos_arm64
url = https://github.com/Kode/KoreTools_macos_arm64.git
branch = main
shallow = true
[submodule "tools/macos_x64"]
path = tools/macos_x64
url = https://github.com/Kode/KoreTools_macos_x64.git
branch = main
shallow = true