Skip to content

Commit

Permalink
SNOW-1055755: debug darwin package build process 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Aug 21, 2024
1 parent 8480ed5 commit e016d1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/packaging/build_darwin_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ cp -r $PACKAGING_DIR/macos/snowflake_darwin.icns $APP_NAME/Contents/Resources/Sn
cp -r $PACKAGING_DIR/macos/Snow.bash $APP_NAME/Contents/MacOS/SnowflakeCLI.bash
chmod +x $APP_NAME/Contents/MacOS/SnowflakeCLI.bash


loginfo "#-------------------------------#"
security find-identity -v -p codesigning
loginfo "#-------------------------------#"

code_sign() {
ENTITLEMENTS=$PACKAGING_DIR/macos/SnowflakeCLI_entitlements.plist
loginfo "#-------------------------------#"
Expand Down

0 comments on commit e016d1b

Please sign in to comment.