Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a nice DMG installer #33

Open
marcus-crane opened this issue Mar 14, 2022 · 1 comment
Open

Create a nice DMG installer #33

marcus-crane opened this issue Mar 14, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@marcus-crane
Copy link
Owner

CleanShot 2022-03-15 at 08 53 07@2x

A basic one can be added to the pipeline without too much friction using create-dmg

create-dmg --volname "October" --window-pos 200 120 --window-size 800 400 --icon-size 100 --icon "October.app" 200 190 --hide-extension "October.app" --app-drop-link 600 185 "October.dmg" .

The only catch is that the app would need to be codesigned first and Gon used in notarisation only mode against the dmg. Thankfully I've done this one time before so I have a working example.

@marcus-crane marcus-crane added the enhancement New feature or request label Mar 14, 2022
@marcus-crane
Copy link
Owner Author

I need to refactor how notarisation works, as Gon is using a now-deprecated workflow which should unlock the ability to make a nicer dmg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant