some more tries.

This commit is contained in:
Martin Rotter 2017-10-09 11:30:16 +02:00
parent a66f15e3d2
commit 5952f91122
2 changed files with 1 additions and 4 deletions

View File

@ -9,8 +9,8 @@ rm -rfv "RSS Guard.app/Contents/Frameworks"
ls "RSS Guard.app/Contents"
make dmg
make zip
make dmg
ls -lha
otool -L "RSS Guard.app/Contents/MacOS/rssguard"

View File

@ -656,15 +656,12 @@ unix:!mac {
mac {
seven_zip.target = 7zip
seven_zip.depends = install
seven_zip.commands = 7za a -t7z "$$TARGET-$$APP_VERSION-$$APP_REVISION-mac.7z" $$shell_quote($$shell_path($$PREFIX))
zip.target = zip
zip.depends = install
zip.commands = 7za a -tzip "$$TARGET-$$APP_VERSION-$$APP_REVISION-mac.zip" $$shell_quote($$shell_path($$PREFIX))
dmg.target = dmg
dmg.depends = install
dmg.commands = macdeployqt $$shell_quote($$shell_path($$PREFIX)) -executable=$$shell_quote($$shell_path($$PREFIX/Contents/MacOS/$$TARGET)) -dmg
QMAKE_EXTRA_TARGETS += seven_zip zip dmg