Also create a zip archive in scripts/build.sh

Rename zip archive - add macOS suffix
This commit is contained in:
Alexandre Quessy
2018-04-10 11:38:54 -04:00
parent 45382c96e4
commit b9e3b73bfd
+2
View File
@@ -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() {