Windows installer: fix recording of document-icon paths
This commit is contained in:
parent
981701d237
commit
4491b6a687
|
@ -470,9 +470,7 @@
|
|||
(if (= i 3)
|
||||
(if (eq? (cdr im) 'main)
|
||||
(let ([p (find-relative-path (find-lib-dir) e)])
|
||||
(if (member 'up (explode-path p))
|
||||
(path->bytes e)
|
||||
(path->bytes p)))
|
||||
(path->bytes p))
|
||||
(if (path? e)
|
||||
(path->bytes e)
|
||||
e))
|
||||
|
|
Loading…
Reference in New Issue
Block a user