Page MenuHome

macOS dmg bundling scripts for T65884
AbandonedPublic

Authored by Arto Kitula (akitula) on Jun 20 2019, 5:54 PM.

Details

Summary

Bash + applescript to create dmg.

Todo:
codesigning and notarization.

Diff Detail

Repository
rB Blender

Event Timeline

release/darwin/bundle/bundle.sh
45–59

I'd just make SRC_DIR and DEST_DMG required arguments, without trying to guess a default name or location.

Otherwise it's a bit unclear what is happening or if it matters that the version number is out of date.

--source and --dmg mandantory
applescript variables set in the script itself, not sedded into place.

Arto Kitula (akitula) marked an inline comment as done.Jun 20 2019, 9:42 PM

added codesigning and notarization loop.

...committed updated script.