Fix icons path
This commit is contained in:
parent
1682b28b85
commit
56903d2405
|
@ -114,7 +114,7 @@ and compares a bunch of properties of them
|
||||||
'(#f)
|
'(#f)
|
||||||
'(#f #t))
|
'(#f #t))
|
||||||
|
|
||||||
(parameterize ([current-directory (collection-path "icons")])
|
(parameterize ([current-directory (build-path (collection-file-path "b-run.png" "icons") "..")])
|
||||||
(try-perms (list "b-run.png")
|
(try-perms (list "b-run.png")
|
||||||
'(unknown unknown/mask unknown/alpha
|
'(unknown unknown/mask unknown/alpha
|
||||||
png png/mask png/alpha)
|
png png/mask png/alpha)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user