From b9e3b73bfdbeab7d06d774519e105beeb148e51a Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Tue, 10 Apr 2018 11:38:54 -0400 Subject: [PATCH] Also create a zip archive in scripts/build.sh Rename zip archive - add macOS suffix --- scripts/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build.sh b/scripts/build.sh index 336034f..d02a465 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -32,6 +32,8 @@ do_create_dmg() { -srcfolder ${DMGDIR} \ -ov -format UDZO \ ${DMGDIR}.dmg + # Let's also create a zip archive: + zip -r ${DMGDIR}_macOS.zip ${DMGDIR} } do_fix_qt_plugins_in_app() {