-
Notifications
You must be signed in to change notification settings - Fork 65
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
[Packaging] DMG is missing applications symlink and background #242
Comments
@adrianinsaval what do you need to implement this? |
I evaluated different methods to create a nice DMG. The python package
background = "builtin-arrow"
files = ["/Applications/FreeCAD.app"]
symlinks = {"Applications": "/Applications"}
badge_icon = "/Applications/FreeCAD.app/Contents/Resources/freecad.icns"
window_rect = ((100, 100), (670, 250))
icon_locations = {"FreeCAD.app": (100, 100), "Applications": (530, 100)}
This example uses the built-in default arrow of the tool but I am sure someone will come up with a nicer background. It looks like there are currently different scripts being used to create the stable release and the weekly builds. Are there plans to unify them? |
Background discussion topic on Discord: |
do we have an image for this yet? since we are already using dmgbuild now adding the image should be trivial |
Is there an existing issue for this?
Problem description
The current DMG for macOS is missing a symlink to the
/Applications
folder. Adding a nice background would also improve the first impression.This is what it currently looks like:
This is how it could look like:
Full version info
Subproject(s) affected?
None
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: