Skip to content

Commit 20cc01d

Browse files
authored
fix nightly (#8249)
1 parent 9a750f9 commit 20cc01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dev/create_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ function createPackage {
366366
scripts/emscripten/download_libs.sh -n -t $RELEASE
367367
elif [ "$pkg_platform" = "vs" ]; then
368368
if [ "$libs_abi" = "" ]; then
369-
download_libs_2019_x64.sh -t $RELEASE
369+
scripts/vs/download_libs_2019_x64.sh -t $RELEASE
370370
else
371371
scripts/vs/download_libs.sh -a $libs_abi -t $RELEASE
372372
fi

0 commit comments

Comments
 (0)