1
0
Fork 0
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:
Dominik Riebeling 2020-10-31 17:21:34 +01:00
parent 125e97b0bf
commit 5aa7245077
2 changed files with 32 additions and 0 deletions

View 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')