forked from len0rd/rockbox
rbutil: Create more fancy dmg on macOS using dmgbuild.
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
This commit is contained in:
parent
125e97b0bf
commit
5aa7245077
2 changed files with 32 additions and 0 deletions
9
rbutil/rbutilqt/dmgbuild.cfg
Normal file
9
rbutil/rbutilqt/dmgbuild.cfg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 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')
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue