1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-25 15:01:11 +02:00

* Fixed release scripts on OSX.

This commit is contained in:
Christian Muehlhaeuser
2011-02-12 11:13:51 +01:00
parent 60fb37f740
commit 57fa887dad
4 changed files with 29 additions and 10 deletions

View File

@@ -42,11 +42,11 @@ CREATEDMG='1'
header addQt
cd tomahawk.app
$ROOT/admin/mac/add-Qt-to-bundle.sh \
$ROOT/../admin/mac/add-Qt-to-bundle.sh \
'QtCore QtGui QtXml QtNetwork QtSql'
header deposx
$ROOT/admin/mac/deposx.sh
$ROOT/../admin/mac/deposx.sh
header Done!