mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 09:52:47 +01:00
Build and run app directly from antOSDK
This commit is contained in:
parent
e8d4815e93
commit
8643b819fd
@ -561,6 +561,7 @@ class AntOSDK extends this.OS.GUI.BaseApplication
|
|||||||
f.read (d) ->
|
f.read (d) ->
|
||||||
tof.cache = new Blob [d], { type: f.info.mime }
|
tof.cache = new Blob [d], { type: f.info.mime }
|
||||||
tof.write f.info.mime, (res) ->
|
tof.write f.info.mime, (res) ->
|
||||||
|
me.log "SUCCESS", __("Copied {0} -> {1}", f.path, to)
|
||||||
return e res.error if res.error
|
return e res.error if res.error
|
||||||
fn(l)
|
fn(l)
|
||||||
, "binary"
|
, "binary"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user