Handbook
Glossary
copy-bundle-dir ( bundle-name dir -- )
Vocabulary
tools
.
deploy
.
macos
Inputs
bundle-name
an
object
dir
an
object
Outputs
None
Definition
USING:
io.directories
io.pathnames
kernel
;
IN:
tools.deploy.macos
:
copy-bundle-dir
( bundle-name dir -- )
[
bundle-dir
prepend-path
swap
]
keep
append-path
copy-tree
;