From a8d6030290e0ac43b5637949aaa85c92b1f1e2a1 Mon Sep 17 00:00:00 2001 From: Peter Zhigalov Date: Sat, 12 Jan 2019 21:13:18 +0700 Subject: [PATCH] Force use HFS+ filesystem for DMG images --- buildscripts/osx_qt4.8_clang64.sh | 2 +- buildscripts/osx_qt5.6_clang64.sh | 2 +- buildscripts/osx_qt5.6_clang64_libstdcxx.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildscripts/osx_qt4.8_clang64.sh b/buildscripts/osx_qt4.8_clang64.sh index ac57728ee..1195062d0 100755 --- a/buildscripts/osx_qt4.8_clang64.sh +++ b/buildscripts/osx_qt4.8_clang64.sh @@ -43,5 +43,5 @@ mv "${OUT_PATH}/${APPNAME}.app" "${INSTALL_PATH}/" cd "${INSTALL_PATH}" ln -s /Applications ./Applications cd "${BUILD_PATH}" -hdiutil create -format UDBZ -srcfolder "${INSTALL_PATH}" -volname "${APPNAME}" "${ARTIFACTS_PATH}/${DMGNAME}.dmg" +hdiutil create -format UDBZ -fs HFS+ -srcfolder "${INSTALL_PATH}" -volname "${APPNAME}" "${ARTIFACTS_PATH}/${DMGNAME}.dmg" diff --git a/buildscripts/osx_qt5.6_clang64.sh b/buildscripts/osx_qt5.6_clang64.sh index 38c17b301..7e55e37de 100755 --- a/buildscripts/osx_qt5.6_clang64.sh +++ b/buildscripts/osx_qt5.6_clang64.sh @@ -41,5 +41,5 @@ cd "${INSTALL_PATH}" ln -s /Applications ./Applications find "${APPNAME}.app/Contents/PlugIns" -name "*_debug.dylib" -delete cd "${BUILD_PATH}" -hdiutil create -format UDBZ -srcfolder "${INSTALL_PATH}" -volname "${APPNAME}" "${ARTIFACTS_PATH}/${DMGNAME}.dmg" +hdiutil create -format UDBZ -fs HFS+ -srcfolder "${INSTALL_PATH}" -volname "${APPNAME}" "${ARTIFACTS_PATH}/${DMGNAME}.dmg" diff --git a/buildscripts/osx_qt5.6_clang64_libstdcxx.sh b/buildscripts/osx_qt5.6_clang64_libstdcxx.sh index 5c473034c..1e83966a8 100755 --- a/buildscripts/osx_qt5.6_clang64_libstdcxx.sh +++ b/buildscripts/osx_qt5.6_clang64_libstdcxx.sh @@ -47,5 +47,5 @@ cd "${INSTALL_PATH}" ln -s /Applications ./Applications find "${APPNAME}.app/Contents/PlugIns" -name "*_debug.dylib" -delete cd "${BUILD_PATH}" -hdiutil create -format UDBZ -srcfolder "${INSTALL_PATH}" -volname "${APPNAME}" "${ARTIFACTS_PATH}/${DMGNAME}.dmg" +hdiutil create -format UDBZ -fs HFS+ -srcfolder "${INSTALL_PATH}" -volname "${APPNAME}" "${ARTIFACTS_PATH}/${DMGNAME}.dmg"