We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86daaa5 commit d22794eCopy full SHA for d22794e
packaging/windows/docker/script.sh
@@ -8,7 +8,7 @@ build()
8
9
if [[ "$VERSION" == "4.0" ]]
10
then
11
- LATEST_DIR_URL=$(lynx -listonly -nonumbers -dump "https://artifacts.videolan.org/vlc/nightly-win${BITS}/" | grep -P '\d{8}-\d+' | LC_COLLATE=C sort --stable --ignore-case | tail -n1)
+ LATEST_DIR_URL=$(lynx -listonly -nonumbers -dump "https://artifacts.videolan.org/vlc/nightly-win${BITS}-llvm/" | grep -P '\d{8}-\d+' | LC_COLLATE=C sort --stable --ignore-case | tail -n1)
12
echo "$LATEST_DIR_URL"
13
LATEST_FILE_URL=$(lynx -listonly -nonumbers -dump "$LATEST_DIR_URL" | grep ".7z$" | grep -v "debug" | tail -n1)
14
echo "$LATEST_FILE_URL"
0 commit comments