aONe
aONe
@zaygraveyard I'm just doing some quick tests. `sips --getProperty dpiHeight` seems to return 72 for a 72 PNG and 144 for a 144 PNG. What was your PNG returning before...
Don't read me wrong @zaygraveyard, no problem at all, I'm just trying to understand the DPI think to enhance the `create-dmg` script. So for example I've read that @azadi's image...
I had some issues with this, dmg must be code signed now.
@albertoclarit but you can't ask to do this to the people you share the dmg with... Just signing the dmg solves this issue. You'll need a developer profile: `codesign -s...
@apjanke this is always required since OS 10.12, but don't quote me on the version. I think by now all "packers" do that. We can add a signature phase in...
This script need to mount the DMG to fill it with the contents you need...
This might be fixed in #118
PRs are very welcome here :)
Are you talking about the "Applications" alias? I don't think it can be dynamic, so going for the `/Applications` will be safer than `~/Applications`. But not sure here.
@apjanke that folder does not come by default. Not 100% sure but my guess is that third party apps (like Chrome) create it. I only can think of a script...