some more tries.
This commit is contained in:
parent
a66f15e3d2
commit
5952f91122
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user