Skip to content

Commit

Permalink
log app permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jan 10, 2025
1 parent 07ea774 commit 509f118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,14 @@ function package_mac_version() {
fetch_current_mac_vm_to $(pwd)/$OUTPUT_PATH
cp scripts/pharo-launcher.sh $RESOURCES_PATH/pharo-launcher && chmod +x $RESOURCES_PATH/pharo-launcher
mv $BIN_PATH/pharo.signatures $RESOURCES_PATH/ || true
ls -ld PharoLauncher.app

VERSION=$VERSION_NUMBER APP_NAME=PharoLauncher SHOULD_SIGN=false ./mac/build-dmg.sh
local generated_dmg
generated_dmg=$(echo *.dmg)
mv "$generated_dmg" "PharoLauncher-$VERSION_NUMBER.dmg"
generated_dmg=$(echo *.dmg)
ls -ld "$generated_dmg"
md5 "$generated_dmg" > "$generated_dmg.md5sum"
}

Expand Down

0 comments on commit 509f118

Please sign in to comment.