5aa7245077
Add target to build a dmg containing Rockbox Utility, ipodpatcher and sansapatcher as single app bundle, and create a more fancy dmg using dmgbuild. Change-Id: Idb36776c05f820afc98efecf45a011dc75a13c31
9 lines
232 B
INI
9 lines
232 B
INI
# Configuration for creating a dmg with dmgbuild
|
|
# (https://github.com/al45tair/dmgbuild)
|
|
|
|
import os
|
|
|
|
files = [ 'RockboxUtility.app' ]
|
|
background = '#c6d6f5'
|
|
icon = os.path.join(defines['basepath'], 'rbutilqt/icons/rbutilqt.icns')
|
|
|