mirror of
https://codeberg.org/armin/justasample.git
synced 2026-09-01 04:10:48 +02:00
14 lines
309 B
Python
14 lines
309 B
Python
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"]
|