biolab / orange3-installers

Scripts for building Orange (http://orange.biolab.si/) application installers
Other
4 stars 13 forks source link

Use modified create-dmg to allow for longer detach timeouts #25

Closed markotoplak closed 2 years ago

markotoplak commented 2 years ago

create-dmg has too short detach timeout for building Orange on Appveyor. This is likely because Orange is a 300MB large dmg. Most of the time dmg builds thus failed.

This PR downloads and modifies create-dmg so that it increases the timeouts.

The corresponding bug: create-dmg/create-dmg#74