sindresorhus / create-dmg

Create a good-looking DMG for your macOS app in seconds
MIT License
4.72k stars 196 forks source link

Add option to skip code sign #86

Open qianlifeng opened 1 year ago

qianlifeng commented 1 year ago

It will always fail when create dmg, since I don't have a developer certificate. I know it can still generate dmg, but the exit code is not 0, which will cause my CI fails. Pls consider add an option to skip the code sign. thx.

Snazzie commented 11 months ago

Please!

L-Super commented 6 months ago

+1

henri9813 commented 6 months ago

Did someone find a workaround ?

dsm commented 5 months ago

use this in CI create-dmg <app> [destination] || true

henri9813 commented 5 months ago

HAHA, i was waiting for another real solution, but this quick-and-dirty works . ( I did the same previously to continue with this issue ).

Thanks for your answer