Build and run app directly from antOSDK

This commit is contained in:
Xuan Sang LE 2018-03-19 19:13:28 +01:00
parent e8d4815e93
commit 8643b819fd

View File

@ -561,6 +561,7 @@ class AntOSDK extends this.OS.GUI.BaseApplication
f.read (d) ->
tof.cache = new Blob [d], { type: f.info.mime }
tof.write f.info.mime, (res) ->
me.log "SUCCESS", __("Copied {0} -> {1}", f.path, to)
return e res.error if res.error
fn(l)
, "binary"