master
DominikDeak 4 years ago
parent 207a93c751
commit 60350ab17b
No known key found for this signature in database
GPG Key ID: 85514EC0CCE7007C
  1. 2
      Scripts/Build/BuildDarwin.sh

@ -32,7 +32,7 @@ buildDMG() {
ln -s /Applications "${productBuildPath}/bundle/Applications"
hdiutil create -volname "${productName} ${productVersion}" -srcfolder "${productBuildPath}/bundle" -ov -format UDZO "${binariesPath}/${productPackageName}.dmg" || exit 1
hdiutil create -volname "${productName} ${productVersion}-${productStage}" -srcfolder "${productBuildPath}/bundle" -ov -format UDZO "${binariesPath}/${productPackageName}.dmg" || exit 1
}

Loading…
Cancel
Save