This commit is contained in:
2026-04-08 23:17:02 +02:00
parent 2f9228fe9f
commit 55ad284d3b
2 changed files with 3 additions and 2 deletions

View File

@@ -130,7 +130,8 @@
d))))
(define (soundlibs-clear-download!)
(delete-file version-file))
(when (file-exists? version-file)
(delete-file version-file)))
(define (download-soundlibs)
(let ((in (download-port download-url)))