epub-tools icon indicating copy to clipboard operation
epub-tools copied to clipboard

Make a script to make the OSX distribution files

Open dino- opened this issue 5 years ago • 0 comments

I used this command to make the .dmg file, but this needs to be codified into a script. This was run after the install.hs step in the existing win-dist script, which made the dist directory.

$ hdiutil create -volname epub-tools-2.11 -srcfolder dist/epub-tools-2.11/ -ov -format UDZO epub-tools-2.11-osx.dmg

dino- avatar Mar 30 '19 20:03 dino-