Use latest JUCE version

pull/278/head
James H Ball 2025-01-11 21:25:54 +00:00
rodzic d264373f9a
commit 6a78b69ccd
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -29,8 +29,8 @@ elif [ "$OS" = "mac" ]; then
PROJUCER_OS="osx"
fi
# curl -s -S -L "https://api.juce.com/api/v1/download/juce/latest/$PROJUCER_OS" -o Projucer.zip
curl -s -S -L "https://github.com/juce-framework/JUCE/releases/download/8.0.4/juce-8.0.4-$PROJUCER_OS.zip" -o Projucer.zip
curl -s -S -L "https://api.juce.com/api/v1/download/juce/latest/$PROJUCER_OS" -o Projucer.zip
# curl -s -S -L "https://github.com/juce-framework/JUCE/releases/download/8.0.4/juce-8.0.4-$PROJUCER_OS.zip" -o Projucer.zip
unzip Projucer.zip
# Set Projucer path based on OS