forked from len0rd/rockbox
rbutil: Fix filename for additional rule to create dmg image on macOS.
This commit is contained in:
parent
08d8b6472c
commit
82716bbe20
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ macx {
|
|||
INCLUDEPATH += /usr/local/include
|
||||
|
||||
# rule for creating a dmg file
|
||||
dmg.commands = hdiutil create -ov -srcfolder rbutilqt.app/ rbutil.dmg
|
||||
dmg.commands = hdiutil create -ov -srcfolder RockboxUtility.app/ RockboxUtility.dmg
|
||||
QMAKE_EXTRA_TARGETS += dmg
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue