Skip to content

Commit

Permalink
let inherit for TDM and upgrader
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed Dec 16, 2020
1 parent fc46384 commit 4fcd6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/createbundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ done
for binary in "thymio-device-manager" "thymio2-firmware-upgrader"
do
echo "Signing $BINUTILS_DIR/$binary with $DIR/inherited.entitlements"
sign --deep $(realpath "$BINUTILS_DIR/$binary") --entitlements "$DIR/device-manager.entitlements"
sign --deep $(realpath "$BINUTILS_DIR/$binary") --entitlements "$DIR/inherited.entitlements"
done

echo "Signing $DEST with $DIR/launcher.entitlements"
Expand Down

0 comments on commit 4fcd6c0

Please sign in to comment.