cogentcore / core

A free and open source framework for building powerful, fast, and elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the Web with a single pure Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.31k stars 71 forks source link

vulkansdk-macos-1.3.261.1.dmg left around on disk #965

Open gedw99 opened 1 month ago

gedw99 commented 1 month ago

Describe the bug


core setup

this runs perfectly fine, but leaves the vulkansdk-macos-1.3.261.1.dmg on disk

just need to remember to delete if the install succeeds.

I thought that maybe its left around because then you would check for it and then not curl it again, but thats not the case.

The other fix is for the core system to have its own dedicated file cache but thats maybe not really needed.

How to reproduce


core setup

Example code

No response

Relevant output

No response

Platform

macOS

kkoreilly commented 1 month ago

Yep, I will try to have it delete it. I thought I might have tried to delete it before and there was some issue with ejecting it properly, but this should be doable.

gedw99 commented 1 month ago

Ah yes it needs to be mounted since it’s a dmg, and hence ejected afterwards.

Will leave this issue open.