Brendan Shanks : winevulkan: Update Vulkan XML URL to use raw.githubusercontent.com.

Alexandre Julliard julliard at winehq.org
Fri Jul 24 17:05:11 CDT 2020


Module: wine
Branch: master
Commit: 6299969a60b2bda85e69a3569c5d4970d47b3cc6
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6299969a60b2bda85e69a3569c5d4970d47b3cc6

Author: Brendan Shanks <bshanks at codeweavers.com>
Date:   Thu Jul 23 15:19:13 2020 -0700

winevulkan: Update Vulkan XML URL to use raw.githubusercontent.com.

Signed-off-by: Brendan Shanks <bshanks at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winevulkan/make_vulkan | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winevulkan/make_vulkan b/dlls/winevulkan/make_vulkan
index dd86016117..71b56fcf54 100755
--- a/dlls/winevulkan/make_vulkan
+++ b/dlls/winevulkan/make_vulkan
@@ -3115,7 +3115,7 @@ def set_working_directory():
     os.chdir(path)
 
 def download_vk_xml(filename):
-    url = "https://raw.github.com/KhronosGroup/Vulkan-Docs/v{0}/xml/vk.xml".format(VK_XML_VERSION)
+    url = "https://raw.githubusercontent.com/KhronosGroup/Vulkan-Docs/v{0}/xml/vk.xml".format(VK_XML_VERSION)
     if not os.path.isfile(filename):
         urllib.request.urlretrieve(url, filename)
 




More information about the wine-cvs mailing list