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>
This commit is contained in:
Brendan Shanks 2020-07-23 15:19:13 -07:00 committed by Alexandre Julliard
parent 222b1b0673
commit 6299969a60

View file

@ -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)