-
This commit is contained in:
2
info.rkt
2
info.rkt
@@ -16,7 +16,7 @@
|
||||
)
|
||||
|
||||
(define deps
|
||||
'("racket/gui" "racket/base" "racket"))
|
||||
'("racket/gui" "racket/base" "racket" "finalizer"))
|
||||
|
||||
(define build-deps
|
||||
'("racket-doc"
|
||||
|
||||
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user