Skip to content

Commit

Permalink
Update pre-built lib tag for v1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Nov 10, 2024
1 parent 353c3e3 commit 1aec880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dependencies/download-prebuilt-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ elif [ "$1" == "win" ]; then
FOLDER=win
fi

curl https://github.com/iPlug2/iPlug2/releases/download/setup/$ZIP_FILE.zip -L -J -O

curl https://github.com/iPlug2/iPlug2/releases/download/v1.0.0-beta/$ZIP_FILE.zip -L -J -O
if [ ! -d Build ]; then
mkdir Build
fi
Expand Down

0 comments on commit 1aec880

Please sign in to comment.