justasample/Releases/macOS/dmg_settings.py

14 lines
309 B
Python
Raw Normal View History

2026-07-23 23:40:48 +02:00
volume_name = "Install Just a Sample"
icon = "Releases/macOS/icon.icns"
format = "UDBZ"
window_rect = ((0, 0), (600, 380))
background = "#fdf6c3"
icon_size = 200
text_size = 16
files = ["dmg_root/Just a Sample.pkg"]
icon_locations = {"Just a Sample.pkg": (300, 0)}
hide_extensions = ["Just a Sample.pkg"]