Rename .zip package for osx
This commit is contained in:
parent
afdc34c557
commit
45658528dc
@ -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
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user