Skip to content

Commit

Permalink
Remove Python.framework in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Mar 25, 2024
1 parent c1c12c7 commit 58bb591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/macos/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ SOURCE_DIR="$CWD/ykman"
# Ensure executable, since we may have unpacked from zip
chmod +x $SOURCE_DIR/ykman

# Remove Python framework directory as it isn't needed
rm -rf $SOURCE_DIR/_internal/Python.framework

RELEASE_VERSION=`$SOURCE_DIR/ykman --version | awk '{print $(NF)}'`
PKG="yubikey-manager-$RELEASE_VERSION-mac.pkg"

Expand Down

0 comments on commit 58bb591

Please sign in to comment.