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 ; | ||||
|    | ||||
| : 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 )   | ||||
|   prepend-path ".image" append ; | ||||
|  |  | |||
|  | @ -1,8 +1,7 @@ | |||
| ! Copyright (C) 2008 James Cash | ||||
| ! See http://factorcode.org/license.txt for BSD license. | ||||
| USING: io io.files io.backend kernel namespaces sequences | ||||
| system tools.deploy.backend tools.deploy.config assocs | ||||
| hashtables prettyprint ; | ||||
| USING: io io.files io.backend kernel namespaces sequences system tools.deploy.backend | ||||
| tools.deploy.config assocs hashtables prettyprint ; | ||||
| IN: tools.deploy.linux | ||||
|    | ||||
| : create-app-dir ( vocab bundle-name -- vm )   | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue