mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-29 18:54:33 +01:00
Use relative paths for wine and dxvk submodules.
This commit is contained in:
parent
bbf68812bc
commit
a0c2cf6cac
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,9 +1,9 @@
|
|||
[submodule "wine"]
|
||||
path = wine
|
||||
url = https://github.com/ValveSoftware/wine
|
||||
path = wine
|
||||
url = ../wine
|
||||
[submodule "dxvk"]
|
||||
path = dxvk
|
||||
url = https://github.com/ValveSoftware/dxvk
|
||||
url = ../dxvk
|
||||
[submodule "openvr"]
|
||||
path = openvr
|
||||
url = https://github.com/ValveSoftware/openvr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue