Brendan Shanks : winevulkan: Update Vulkan XML URL to use raw.githubusercontent.com.
Module: wine Branch: master Commit: 6299969a60b2bda85e69a3569c5d4970d47b3cc6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6299969a60b2bda85e69a3569... Author: Brendan Shanks <bshanks(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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)
participants (1)
-
Alexandre Julliard