From a0c2cf6caccd499fa3ff548437fc71b259e56117 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Mon, 17 May 2021 12:36:56 +0300 Subject: [PATCH] Use relative paths for wine and dxvk submodules. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 99e40643..895597cd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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