Commit 6299969a authored by Brendan Shanks's avatar Brendan Shanks Committed by Alexandre Julliard

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

parent 222b1b06
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment