mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Oops, that was backwards
This commit is contained in:
parent
60f3238a96
commit
724e104352
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ fi
|
|||
if [ "$(uname)" == "Darwin" ]; then
|
||||
# Create a temp keychain
|
||||
if [ -n "$GITHUB_ACTIONS" ]; then
|
||||
if [ -z "$APPLICATION" ]; then
|
||||
if [ -n "$APPLICATION" ]; then
|
||||
echo "Create a keychain"
|
||||
security create-keychain -p nr4aGPyz Keys.keychain
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ if [ "$(uname)" == "Darwin" ]; then
|
|||
cp -R "$ROOT/Builds/xcode/${PLUGIN}_artefacts/Release/VST3/$PLUGIN.vst3" "$ROOT/ci/bin"
|
||||
|
||||
cd "$ROOT/ci/bin"
|
||||
if [ -z "$APPLICATION" ]; then
|
||||
if [ -n "$APPLICATION" ]; then
|
||||
codesign -s "$DEV_APP_ID" -v $PLUGIN.vst --options=runtime --timestamp --force
|
||||
codesign -s "$DEV_APP_ID" -v $PLUGIN.vst3 --options=runtime --timestamp --force
|
||||
codesign -s "$DEV_APP_ID" -v $PLUGIN.component --options=runtime --timestamp --force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue