Update JUCE library #1

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

View File

@ -31,8 +31,15 @@ steps:
commands:
- mkdir dist
- export RELEASE_DIR=build/PaulXStretch_artefacts/Release
- cp -r $RELEASE_DIR/Standalone/paulxstretch dist/
- cp -r $RELEASE_DIR/VST3/PaulXStretch.vst3 dist/
- cp -r $RELEASE_DIR/Standalone/ /tmp
- cp -r $RELEASE_DIR/VST3/ /tmp
- cd /tmp
- |
zip -r Standalone paulxstretch-standalone.zip && \
mv paulxstretch-standalone.zip $DRONE_WORKSPACE/dist/
- |
zip -r VST3 paulxstretch-vst3.zip && \
mv paulxstretch-vst3.zip $DRONE_WORKSPACE/dist/
- name: Release paulxstretch
image: plugins/gitea-release

BIN
paulxstretch-vst3.zip Normal file

Binary file not shown.