Got copy-fonts working properly (on Linux, at least)
parent
0426ca274d
commit
c99b76b2f6
|
@ -110,7 +110,7 @@ DEFER: ?make-staging-image
|
||||||
[ prepend-path ] dip append vm over copy-file ;
|
[ prepend-path ] dip append vm over copy-file ;
|
||||||
|
|
||||||
: copy-fonts ( name dir -- )
|
: copy-fonts ( name dir -- )
|
||||||
"fonts/" resource-path swap append-path copy-tree-into ;
|
append-path "fonts/" resource-path swap copy-tree-into ;
|
||||||
|
|
||||||
: image-name ( vocab bundle-name -- str )
|
: image-name ( vocab bundle-name -- str )
|
||||||
prepend-path ".image" append ;
|
prepend-path ".image" append ;
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
! Copyright (C) 2008 James Cash
|
! Copyright (C) 2008 James Cash
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: io io.files io.backend kernel namespaces sequences
|
USING: io io.files io.backend kernel namespaces sequences system tools.deploy.backend
|
||||||
system tools.deploy.backend tools.deploy.config assocs
|
tools.deploy.config assocs hashtables prettyprint ;
|
||||||
hashtables prettyprint ;
|
|
||||||
IN: tools.deploy.linux
|
IN: tools.deploy.linux
|
||||||
|
|
||||||
: create-app-dir ( vocab bundle-name -- vm )
|
: create-app-dir ( vocab bundle-name -- vm )
|
||||||
|
|
Loading…
Reference in New Issue