Skip to content

Commit

Permalink
macOS: Internal change to package build
Browse files Browse the repository at this point in the history
Path to Python interpreter changed internally

PiperOrigin-RevId: 610709504
Change-Id: Ic1bcfb2e87b4d2cd2654dd27fdf9a0572439cf87
  • Loading branch information
cblichmann authored and copybara-github committed Feb 27, 2024
1 parent 7dc429a commit ca1de5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/dmg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if [[ $1 == release ]]; then
zip -q --symlinks -r \
"${build_dir}/BinDiff.zip" \
"${app_dir}/BinDiff.app"
/usr/bin/python \
python \
"$KOKORO_PIPER_DIR/google3/apps/drive/fs/distribution/osx/notarize.py" \
--file=${build_dir}/BinDiff.zip \
--primary-bundle-id=com.google.bindiff
Expand Down Expand Up @@ -182,7 +182,7 @@ if [[ $1 == release ]]; then
"${build_dir}/bindiff.pkg"

echo "Notarization..."
/usr/bin/python \
python \
"$KOKORO_PIPER_DIR/google3/apps/drive/fs/distribution/osx/notarize.py" \
--file=${build_dir}/bindiff.pkg \
--primary-bundle-id=com.google.bindiff
Expand Down

0 comments on commit ca1de5f

Please sign in to comment.