Skip to content

Commit

Permalink
fix notarization script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 23, 2020
1 parent f487eb4 commit 54bfb47
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tools/travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,23 @@ case "$CONF" in

# Codesign
security unlock-keychain -p travis build.keychain
mv score.app/Contents/MacOS/ossia-score-vstpuppet.app .

codesign \
--entitlements $SRC_PATH/src/vstpuppet/entitlements.plist \
--deep \
--force \
--timestamp \
--options=runtime \
--sign "ossia.io" \
ossia-score-vstpuppet.app
score.app/Contents/MacOS/ossia-score-vstpuppet.app

codesign \
--entitlements $SRC_PATH/src/app/entitlements.plist \
--deep \
--force \
--timestamp \
--options=runtime \
--sign "ossia.io" \
score.app

mv ossia-score-vstpuppet.app score.app/Contents/MacOS/
# Create a .dmg
cp $SRC_PATH/LICENSE.txt license.txt
security unlock-keychain -p travis build.keychain
Expand Down

0 comments on commit 54bfb47

Please sign in to comment.