You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an IDEasy Mac user I expect that I can see how long the extraction of my *.dmg will take.
Currently most archives use a progressbar, but it seems like for *.dmg the progressbar is still missing.
The text was updated successfully, but these errors were encountered:
If you want to do this properly, you need to be aware of the progress of the extraction.
That would IMHO mean that you need to re-engineer the dmg file format and re-implement a Java processing functionality for it.
What we are doing is however two fold:
we mount the dmg
we copy the app from the mounted directory to our destination
we unmount the dmg
In step 2. we could simply use the copyWithProgressbar method instead of a regular copy method.
As an IDEasy Mac user I expect that I can see how long the extraction of my *.dmg will take.
Currently most archives use a progressbar, but it seems like for *.dmg the progressbar is still missing.
The text was updated successfully, but these errors were encountered: