tools.deploy.embed: rename gone wrong. fixes #1415.
parent
9f4b81df44
commit
4131b44503
|
@ -7,7 +7,7 @@ IN: tools.deploy.embed
|
||||||
:: embed-image ( image executable -- )
|
:: embed-image ( image executable -- )
|
||||||
executable binary <file-appender> [| out |
|
executable binary <file-appender> [| out |
|
||||||
out stream-tell :> offset
|
out stream-tell :> offset
|
||||||
image-path binary <file-reader> [| in |
|
image binary <file-reader> [| in |
|
||||||
in out stream-copy*
|
in out stream-copy*
|
||||||
] with-disposal
|
] with-disposal
|
||||||
image-magic uintptr_t <ref> out stream-write
|
image-magic uintptr_t <ref> out stream-write
|
||||||
|
|
Loading…
Reference in New Issue