update about

This commit is contained in:
mrsang
2021-03-25 23:30:48 +01:00
parent 8fd278c7f1
commit 0209e7ad8d
11 changed files with 21 additions and 38 deletions

View File

@ -5,7 +5,7 @@ class About extends this.OS.application.BaseApplication
main: () ->
me = @
@container = @find "container"
path = "os://README.md"
path = "https://raw.githubusercontent.com/lxsang/antos/master/README.md"
path.asFileHandle()
.read()
.then (txt) ->