Skip to content

Commit c5d50fd

Browse files
committed
Use filename placeholder in URL
1 parent aa619a1 commit c5d50fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

winbuild/build_prepare.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,7 @@ def cmd_msbuild(
402402
},
403403
"rav1e": {
404404
"url": (
405-
f"https://github.com/xiph/rav1e/releases/download/v{V['RAV1E']}/"
406-
f"rav1e-{V['RAV1E']}-windows-msvc-generic.zip"
405+
f"https://github.com/xiph/rav1e/releases/download/v{V['RAV1E']}/FILENAME"
407406
),
408407
"filename": f"rav1e-{V['RAV1E']}-windows-msvc-generic.zip",
409408
"dir": "rav1e-windows-msvc-sdk",

0 commit comments

Comments
 (0)