Sha256: 004577777bb62540faf404ea0427022c0cf9fbc94d57e105f3bd6c9a102d034e
Contents?: true
Size: 447 Bytes
Versions: 1
Compression:
Stored size: 447 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
instiki-0.10.0 | natives/osx/desktop_launcher/MakeDMG.sh |