Skip to content

Commit

Permalink
ASIO download was changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Aug 29, 2021
1 parent f22cbfb commit e19e361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l2ork_addons/tar_em_up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ fi
if [[ $os == "win" || $os == "win64" ]]; then
if [ ! -d "../pd/lib" ]; then
mkdir ../pd/lib
wget http://www.steinberg.net/sdk_downloads/asiosdk2.3.zip
wget https://www.steinberg.net/asiosdk -O asiosdk2.3.zip
unzip asiosdk2.3.zip
mv ASIOSDK2.3 ../pd/lib
mv asiosdk_2.3* asiosdk2.3 && mv asiosdk2.3 ../pd/lib/
fi
fi

Expand Down

0 comments on commit e19e361

Please sign in to comment.