Skip to content

Commit

Permalink
dmgbuild config and background
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarashev committed Dec 7, 2022
1 parent 680a89c commit c8f76aa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Binary file added build-cfg/dmg-background.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions build-cfg/dmgbuild.py
@@ -0,0 +1,25 @@
# {
# "title": "GanttProject-3.3-Beta",
# "icon-size": 80,
# "background": "./bg.png",
# "contents": [
# { "x": 192, "y": 344, "type": "file", "path": "build/GanttProject.app" },
# { "x": 448, "y": 344, "type": "link", "path": "/Applications" }
# ],
# "window": {
# "size": {
# "width": 487,
# "height": 487
# }
# }
#}

files = ['build/GanttProject.app', 'ganttproject-builder/HouseBuildingSample.gan', 'LICENSE']
symlinks = { "Applications": "/Applications" }
badge_icon = "build-cfg/ganttproject.icns"
background = "bg3.png"
window_rect = ((100, 100), (512, 512))
icon_size=96
icon_locations = {
"GanttProject.app": (0, 200), "Applications": (275, 200), "HouseBuildingSample.gan": (256, 0), "LICENSE": (100, 0)
}

0 comments on commit c8f76aa

Please sign in to comment.