Stop packaging the standalone

This commit is contained in:
Nikolai Rodionov 2023-10-17 10:47:03 +02:00
parent 2a78d3ff47
commit 53cafc34d7
Signed by: allanger
GPG Key ID: 906851F91B1DA3EF
1 changed files with 0 additions and 4 deletions

View File

@ -26,12 +26,8 @@ steps:
- apt-get install zip -y
- mkdir dist
- export RELEASE_DIR=build/PaulXStretch_artefacts/Release
- cp -r $RELEASE_DIR/Standalone/ /tmp
- cp -r $RELEASE_DIR/VST3/ /tmp
- cd /tmp
- |
zip -r paulxstretch-standalone.zip Standalone && \
mv paulxstretch-standalone.zip $DRONE_WORKSPACE/dist/
- |
zip -r paulxstretch-vst3.zip VST3 && \
mv paulxstretch-vst3.zip $DRONE_WORKSPACE/dist/