We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e1b7b commit 2d0f855Copy full SHA for 2d0f855
1 file changed
signtool.py
@@ -23,7 +23,7 @@ def get_msi_cabs(msi):
23
def get_sub_dirs(path):
24
return [x for x in path.iterdir() if x.is_dir()]
25
26
-MANIFEST_URL = "https://aka.ms/vs/17/release/channel"
+MANIFEST_URL = "https://aka.ms/vs/stable/channel"
27
print("Checking Visual Studio Manifest...")
28
chman = json.loads(download(MANIFEST_URL))
29
vsman_url = chman["channelItems"][0]["payloads"][0]["url"]
0 commit comments