Module: wine Branch: master Commit: 6299969a60b2bda85e69a3569c5d4970d47b3cc6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6299969a60b2bda85e69a3569...
Author: Brendan Shanks bshanks@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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%7B0%7D/xml/vk.xml%22.forma...) + url = "https://raw.githubusercontent.com/KhronosGroup/Vulkan-Docs/v%7B0%7D/xml/vk.x...) if not os.path.isfile(filename): urllib.request.urlretrieve(url, filename)