Rename .zip package for osx

This commit is contained in:
Jean-Rémy Buchs 2017-09-10 13:29:26 +02:00 committed by abcdefg30
parent afdc34c557
commit 45658528dc
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ deploy:
api_key: ${GH_DEPLOY_API_KEY} api_key: ${GH_DEPLOY_API_KEY}
file: file:
- build/${PACKAGING_INSTALLER_NAME}-${TRAVIS_TAG}.exe - build/${PACKAGING_INSTALLER_NAME}-${TRAVIS_TAG}.exe
- build/${PACKAGING_INSTALLER_NAME}-${TRAVIS_TAG}.zip - build/${PACKAGING_INSTALLER_NAME}-${TRAVIS_TAG}-macOS.zip
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true

View File

@ -92,8 +92,8 @@ modify_plist "{JOIN_SERVER_URL_SCHEME}" "openra-${MOD_ID}-${TAG}" "${PACKAGING_O
echo "Packaging zip archive" echo "Packaging zip archive"
zip "${PACKAGING_INSTALLER_NAME}-${TAG}.zip" -r -9 "${PACKAGING_OSX_APP_NAME}" --quiet --symlinks zip "${PACKAGING_INSTALLER_NAME}-${TAG}-macOS.zip" -r -9 "${PACKAGING_OSX_APP_NAME}" --quiet --symlinks
mv "${PACKAGING_INSTALLER_NAME}-${TAG}.zip" "${OUTPUTDIR}" mv "${PACKAGING_INSTALLER_NAME}-${TAG}-macOS.zip" "${OUTPUTDIR}"
popd > /dev/null popd > /dev/null
# Clean up # Clean up