Skip to content

Commit

Permalink
SNOW-1694005: fix executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Sep 27, 2024
1 parent 507e5f3 commit 1fa90e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/packaging/build_darwin_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ code_sign_validate() {
APP_CONTENTS=$APP_NAME/Contents/MacOS/snow
ENTITLEMENTS=$PACKAGING_DIR/macos/SnowflakeCLI_entitlements.plist

code_sign $APP_CONTENTS
code_sign_validate $APP_CONTENTS
code_sign $APP_CONTENTS/snow
code_sign_validate $APP_CONTENTS/snow

for l in $(find . -name '*.so'); do
code_sign_no_runtime $l
Expand Down

0 comments on commit 1fa90e0

Please sign in to comment.