Update JUCE library #1

Open
allanger wants to merge 17 commits from dev into main
6 changed files with 78 additions and 6 deletions
Showing only changes of commit 4257a0f8ba - Show all commits

View File

@ -37,10 +37,10 @@ steps:
- cp -r $RELEASE_DIR/VST3/ /tmp
- cd /tmp
- |
zip -r Standalone paulxstretch-standalone.zip && \
zip -r paulxstretch-standalone.zip Standalone && \
mv paulxstretch-standalone.zip $DRONE_WORKSPACE/dist/
- |
zip -r VST3 paulxstretch-vst3.zip && \
zip -r paulxstretch-vst3.zip VST3 && \
mv paulxstretch-vst3.zip $DRONE_WORKSPACE/dist/
- name: Release paulxstretch