kopia lustrzana https://github.com/jameshball/osci-render
Change names of zip files to include OS
rodzic
9dc4c8610f
commit
6884595f39
10
ci/build.sh
10
ci/build.sh
|
@ -61,9 +61,9 @@ if [ "$OS" = "mac" ]; then
|
||||||
|
|
||||||
cd "$ROOT/ci/bin"
|
cd "$ROOT/ci/bin"
|
||||||
|
|
||||||
zip -r ${PLUGIN}.vst3.zip $PLUGIN.vst3
|
zip -r ${PLUGIN}-mac.vst3.zip $PLUGIN.vst3
|
||||||
zip -r ${PLUGIN}.component.zip $PLUGIN.component
|
zip -r ${PLUGIN}-mac.component.zip $PLUGIN.component
|
||||||
zip -r ${PLUGIN}.app.zip $PLUGIN.app
|
zip -r ${PLUGIN}-mac.app.zip $PLUGIN.app
|
||||||
cp ${PLUGIN}*.zip "$ROOT/bin"
|
cp ${PLUGIN}*.zip "$ROOT/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -76,8 +76,8 @@ if [ "$OS" = "linux" ]; then
|
||||||
|
|
||||||
cd "$ROOT/ci/bin"
|
cd "$ROOT/ci/bin"
|
||||||
|
|
||||||
zip -r ${PLUGIN}-vst3.zip $PLUGIN.vst3
|
zip -r ${PLUGIN}-linux-vst3.zip $PLUGIN.vst3
|
||||||
zip -r ${PLUGIN}.zip $PLUGIN
|
zip -r ${PLUGIN}-linux.zip $PLUGIN
|
||||||
cp ${PLUGIN}*.zip "$ROOT/bin"
|
cp ${PLUGIN}*.zip "$ROOT/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue