Sha256: d0d0d0208c55ed4d1a38666ccafb0fa0cce45a5d619bd86d24e62d6e657c26d3

Contents?: true

Size: 456 Bytes

Versions: 2

Compression:

Stored size: 456 Bytes

Contents

#!/bin/sh

hdiutil create -size 12m -fs HFS+ -volname Instiki -ov /tmp/Instiki_12MB.dmg
hdiutil mount /tmp/Instiki_12MB.dmg
# strip ~/ruby/instiki/natives/osx/build/Instiki.app/Contents/MacOS/Instiki
ditto ~/ruby/instiki/natives/osx/desktop_launcher/build/Instiki.app /Volumes/Instiki/Instiki.app
hdiutil unmount /Volumes/Instiki
hdiutil convert -format UDZO -o /tmp/Instiki.dmg /tmp/Instiki_12MB.dmg
hdiutil internet-enable -yes /tmp/Instiki.dmg

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
instiki-0.10.2 natives/osx/desktop_launcher/MakeDMG.sh
instiki-0.10.1 natives/osx/desktop_launcher/MakeDMG.sh