From e409c8056d8aa1b46ef5afad856f5d1222d47497 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Sun, 29 Aug 2021 04:50:04 +0200 Subject: [PATCH] ASIO download was changed. --- l2ork_addons/tar_em_up.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh index 7da3807b4..2d7412e68 100755 --- a/l2ork_addons/tar_em_up.sh +++ b/l2ork_addons/tar_em_up.sh @@ -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 -- GitLab